diff options
| author | jperkin <jperkin@pkgsrc.org> | 2022-07-19 11:56:00 +0000 |
|---|---|---|
| committer | jperkin <jperkin@pkgsrc.org> | 2022-07-19 11:56:00 +0000 |
| commit | c7c43ce9ee4f7a907f2dc863a481182a992a1884 (patch) | |
| tree | 17a1ce64e87fa697b2e3705db02937059c43885c /net/bind916 | |
| parent | 912dfbf06a62de9a565a5963e63b3c5ad8c85721 (diff) | |
| download | pkgsrc-c7c43ce9ee4f7a907f2dc863a481182a992a1884.tar.gz | |
bind916: Fix SMF method script. Bump PKGREVISION.
Diffstat (limited to 'net/bind916')
| -rw-r--r-- | net/bind916/Makefile | 4 | ||||
| -rw-r--r-- | net/bind916/files/smf/named.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 60aa32d5841..ddf857e447e 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2022/06/28 11:34:58 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2022/07/19 11:56:00 jperkin Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ EXTRACT_SUFX= .tar.xz 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 |
