pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net
Module Name: pkgsrc
Committed By: jperkin
Date: Wed Dec 13 12:05:15 UTC 2017
Modified Files:
pkgsrc/net/bind910/files/smf: named.sh
pkgsrc/net/bind99/files/smf: named.sh
Log Message:
bind9{9,10}: Fix path to rndc-confgen in SMF.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/bind910/files/smf/named.sh
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/bind99/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/bind910/files/smf/named.sh
diff -u pkgsrc/net/bind910/files/smf/named.sh:1.3 pkgsrc/net/bind910/files/smf/named.sh:1.4
--- pkgsrc/net/bind910/files/smf/named.sh:1.3 Mon Feb 20 15:19:54 2017
+++ pkgsrc/net/bind910/files/smf/named.sh Wed Dec 13 12:05:15 2017
@@ -208,7 +208,7 @@ case "$method" in
# If not, check if the default rndc key file exists.
if [ ! -f ${rndc_key_file} ]; then
echo "$I: Creating default rndc key file: ${rndc_key_file}." >&2
- /usr/sbin/rndc-confgen ${rndc_cmd_opts}
+ @PREFIX@/sbin/rndc-confgen ${rndc_cmd_opts}
if [ $? -ne 0 ]; then
echo "$I : Warning: rndc configuration failed! Use of 'rndc' to" \
"control 'named' may fail and 'named' may report further error" \
Index: pkgsrc/net/bind99/files/smf/named.sh
diff -u pkgsrc/net/bind99/files/smf/named.sh:1.2 pkgsrc/net/bind99/files/smf/named.sh:1.3
--- pkgsrc/net/bind99/files/smf/named.sh:1.2 Mon Feb 20 15:19:54 2017
+++ pkgsrc/net/bind99/files/smf/named.sh Wed Dec 13 12:05:15 2017
@@ -208,7 +208,7 @@ case "$method" in
# If not, check if the default rndc key file exists.
if [ ! -f ${rndc_key_file} ]; then
echo "$I: Creating default rndc key file: ${rndc_key_file}." >&2
- /usr/sbin/rndc-confgen ${rndc_cmd_opts}
+ @PREFIX@/sbin/rndc-confgen ${rndc_cmd_opts}
if [ $? -ne 0 ]; then
echo "$I : Warning: rndc configuration failed! Use of 'rndc' to" \
"control 'named' may fail and 'named' may report further error" \
Home |
Main Index |
Thread Index |
Old Index