duiadns: always chown conf file in INSTALL
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
# INSTALL
|
# INSTALL
|
||||||
case "$ACTION" in
|
case "$ACTION" in
|
||||||
post)
|
post)
|
||||||
if [ "$UPDATE" != "yes" ]; then
|
|
||||||
chown _duiadns:_duiadns etc/duiadns.conf
|
chown _duiadns:_duiadns etc/duiadns.conf
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'duiadns'
|
# Template file for 'duiadns'
|
||||||
pkgname=duiadns
|
pkgname=duiadns
|
||||||
version=1.1
|
version=1.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-netifaces python3-netaddr python3-requests"
|
depends="python3-netifaces python3-netaddr python3-requests"
|
||||||
|
|||||||
Reference in New Issue
Block a user