From: Evan Hunt Date: Fri, 4 Oct 2013 16:21:29 +0000 (-0700) Subject: [master] link isc-config.sh to bind9-config X-Git-Tag: v9.10.0a1~72 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=aacd7daaf7859de742ab35eac00e70676b1b9f4f;p=thirdparty%2Fbind9.git [master] link isc-config.sh to bind9-config 3660. [cleanup] Changed the name of "isc-config.sh" to "bind9-config". [RT #23825] --- diff --git a/CHANGES b/CHANGES index 5333300825f..6fda168e6aa 100644 --- 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] diff --git a/Makefile.in b/Makefile.in index 7c1d66523fa..5bde3dfd733 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} ${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: