pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jan 12 19:01:46 UTC 2023

Modified Files:
        pkgsrc/net/bind918: Makefile
        pkgsrc/net/bind918/files/smf: named.sh

Log Message:
bind918: Fix path to named-checkconf.

It moved since 9.16 from sbin to bin.  Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind918/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bind918/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/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.3 pkgsrc/net/bind918/Makefile:1.4
--- pkgsrc/net/bind918/Makefile:1.3     Wed Dec 14 21:44:03 2022
+++ pkgsrc/net/bind918/Makefile Thu Jan 12 19:01:46 2023
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2022/12/14 21:44:03 sekiya Exp $
+# $NetBSD: Makefile,v 1.4 2023/01/12 19:01:46 jperkin Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  https://downloads.isc.org/isc/bind9/${BIND_VERSION}/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/net/bind918/files/smf/named.sh
diff -u pkgsrc/net/bind918/files/smf/named.sh:1.1 pkgsrc/net/bind918/files/smf/named.sh:1.2
--- pkgsrc/net/bind918/files/smf/named.sh:1.1   Sun Dec 11 03:00:01 2022
+++ pkgsrc/net/bind918/files/smf/named.sh       Thu Jan 12 19:01:46 2023
@@ -147,7 +147,7 @@ if [ -z "$SMF_FMRI" ]; then
     SMF_FMRI="svc:/@SMF_PREFIX@/@SMF_NAME@:${instance}"
 fi
 server="@PREFIX@/sbin/named"
-checkconf="@PREFIX@/sbin/named-checkconf"
+checkconf="@PREFIX@/bin/named-checkconf"
 I=`/usr/bin/basename $0`
 
 case "$method" in



Home | Main Index | Thread Index | Old Index