pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bind916
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jul 19 11:56:01 UTC 2022
Modified Files:
pkgsrc/net/bind916: Makefile
pkgsrc/net/bind916/files/smf: named.sh
Log Message:
bind916: Fix SMF method script. Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind916/files/smf/named.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.43 pkgsrc/net/bind916/Makefile:1.44
--- pkgsrc/net/bind916/Makefile:1.43 Tue Jun 28 11:34:58 2022
+++ pkgsrc/net/bind916/Makefile Tue Jul 19 11:56:00 2022
@@ -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
Index: pkgsrc/net/bind916/files/smf/named.sh
diff -u pkgsrc/net/bind916/files/smf/named.sh:1.1 pkgsrc/net/bind916/files/smf/named.sh:1.2
--- pkgsrc/net/bind916/files/smf/named.sh:1.1 Sun Aug 9 15:20:21 2020
+++ pkgsrc/net/bind916/files/smf/named.sh Tue Jul 19 11:56:00 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index