From: Evan Hunt Date: Fri, 4 Oct 2013 16:25:25 +0000 (-0700) Subject: [v9_6] link isc-config.sh to bind9-config X-Git-Tag: v9.6-ESV-R11b1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4599d2b5d63fe57aaffb2f3062ca0ebeb9719284;p=thirdparty%2Fbind9.git [v9_6] link isc-config.sh to bind9-config 3660. [cleanup] Changed the name of "isc-config.sh" to "bind9-config". [RT #23825] (cherry picked from commit aacd7daaf7859de742ab35eac00e70676b1b9f4f) (cherry picked from commit cb177b8811c0da112db8de0e9f9aaa300dc29202) --- diff --git a/CHANGES b/CHANGES index 5f3b4da80e2..a4db06e6838 100644 --- 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] diff --git a/Makefile.in b/Makefile.in index 20d68029934..d006c9677c2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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