summaryrefslogtreecommitdiff
path: root/net/bind916/files
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-07-19 11:56:00 +0000
committerjperkin <jperkin@pkgsrc.org>2022-07-19 11:56:00 +0000
commitc7c43ce9ee4f7a907f2dc863a481182a992a1884 (patch)
tree17a1ce64e87fa697b2e3705db02937059c43885c /net/bind916/files
parent912dfbf06a62de9a565a5963e63b3c5ad8c85721 (diff)
downloadpkgsrc-c7c43ce9ee4f7a907f2dc863a481182a992a1884.tar.gz
bind916: Fix SMF method script. Bump PKGREVISION.
Diffstat (limited to 'net/bind916/files')
-rw-r--r--net/bind916/files/smf/named.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bind916/files/smf/named.sh b/net/bind916/files/smf/named.sh
index a383c344eb3..b5100f5523f 100644
--- a/net/bind916/files/smf/named.sh
+++ b/net/bind916/files/smf/named.sh
@@ -202,7 +202,7 @@ case "$method" in
rndc_key_file=${chroot_dir}${rndc_key_file}
rndc_cmd_opts="${rndc_cmd_opts} -t ${chroot_dir}"
else
- mkdir -p 0770 @VARBASE@/run/named
+ mkdir -p -m 0770 @VARBASE@/run/named
chown ${cmduser}:${cmduser} @VARBASE@/run/named
fi