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

CHANGES
Makefile.in

diff --git a/CHANGES b/CHANGES
index 5333300825fa9fcdcb5b1254980d5fc269c844bd..6fda168e6aae526ccf79c69dc711c1a12a31eafc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+3660.  [cleanup]       Changed the name of "isc-config.sh" to "bind9-config".
+                       [RT #23825]
+
 3659.  [port]          solaris: don't add explict dependancies/rules for
                        python programs as make won't use the implicit rules.
                        [RT #34835]
index 7c1d66523fa5260316a3b9d3f130e71556cc4476..5bde3dfd733747ad3d315173ef46cf496a56b786 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} ${top_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
        ${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
 
 tags: