]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_6] link isc-config.sh to bind9-config
authorEvan Hunt <each@isc.org>
Fri, 4 Oct 2013 16:25:25 +0000 (09:25 -0700)
committerEvan Hunt <each@isc.org>
Fri, 4 Oct 2013 16:25:25 +0000 (09:25 -0700)
3660. [cleanup] Changed the name of "isc-config.sh" to "bind9-config".
[RT #23825]
(cherry picked from commit aacd7daaf7859de742ab35eac00e70676b1b9f4f)
(cherry picked from commit cb177b8811c0da112db8de0e9f9aaa300dc29202)

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 5f3b4da80e2902f292385c30ac34db698f1be18d..a4db06e68381c41663218d57945105e5f82abce3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3660.  [cleanup]       Changed the name of "isc-config.sh" to "bind9-config".
+                       [RT #23825]
+
 3658.  [port]          linux: Address platform specific compilation issue
                        when libcap-devel is installed. [RT #34838]
 
index 20d68029934a83a867802fcd0432d44a6e572849..d006c9677c270ce908b390f8e8d69c00850102e7 100644 (file)
@@ -54,7 +54,11 @@ installdirs:
 
 install:: isc-config.sh installdirs
        ${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
+       rm -f ${DESTDIR}${bindir}/bind9-config
+       @LN@ ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
        ${INSTALL_DATA} ${srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
+       rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
+       @LN@ ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
 
 tags:
        rm -f TAGS