pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/bind916 bind916: Fix SMF method script. Bump PKGR...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6a29297ba7e4
branches: trunk
changeset: 382057:6a29297ba7e4
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Jul 19 11:56:00 2022 +0000
description:
bind916: Fix SMF method script. Bump PKGREVISION.
diffstat:
net/bind916/Makefile | 4 ++--
net/bind916/files/smf/named.sh | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r ec84ed23cee0 -r 6a29297ba7e4 net/bind916/Makefile
--- a/net/bind916/Makefile Tue Jul 19 08:49:43 2022 +0000
+++ b/net/bind916/Makefile Tue Jul 19 11:56:00 2022 +0000
@@ -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 -r ec84ed23cee0 -r 6a29297ba7e4 net/bind916/files/smf/named.sh
--- a/net/bind916/files/smf/named.sh Tue Jul 19 08:49:43 2022 +0000
+++ b/net/bind916/files/smf/named.sh Tue Jul 19 11:56:00 2022 +0000
@@ -202,7 +202,7 @@
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