Blame SOURCES/bind-9.11-export-isc-config.patch

e55890
diff --git a/export-libs/Makefile b/export-libs/Makefile
e55890
index df15ea8..13f416b 100644
e55890
--- a/export-libs/Makefile
e55890
+++ b/export-libs/Makefile
e55890
@@ -404,20 +404,18 @@ installdirs:
e55890
 	$(SHELL) ${top_srcdir}/mkinstalldirs ${DESTDIR}${mandir}/man1
e55890
 
e55890
 install:: isc-config.sh installdirs
e55890
-	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}
e55890
-	rm -f ${DESTDIR}${bindir}/bind9-config
e55890
-	ln ${DESTDIR}${bindir}/isc-config.sh ${DESTDIR}${bindir}/bind9-config
e55890
-	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1
e55890
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
e55890
-	ln ${DESTDIR}${mandir}/man1/isc-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-config.1
e55890
-	${INSTALL_DATA} ${top_srcdir}/bind.keys ${DESTDIR}${sysconfdir}
e55890
+	${INSTALL_SCRIPT} isc-config.sh ${DESTDIR}${bindir}/isc-export-config.sh
e55890
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
e55890
+	ln ${DESTDIR}${bindir}/isc-export-config.sh ${DESTDIR}${bindir}/bind9-export-config
e55890
+	${INSTALL_DATA} ${top_srcdir}/isc-config.sh.1 ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
e55890
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
e55890
+	ln ${DESTDIR}${mandir}/man1/isc-export-config.sh.1 ${DESTDIR}${mandir}/man1/bind9-export-config.1
e55890
 
e55890
 uninstall::
e55890
-	rm -f ${DESTDIR}${sysconfdir}/bind.keys
e55890
-	rm -f ${DESTDIR}${mandir}/man1/bind9-config.1
e55890
-	rm -f ${DESTDIR}${mandir}/man1/isc-config.sh.1
e55890
-	rm -f ${DESTDIR}${bindir}/bind9-config
e55890
-	rm -f ${DESTDIR}${bindir}/isc-config.sh
e55890
+	rm -f ${DESTDIR}${mandir}/man1/bind9-export-config.1
e55890
+	rm -f ${DESTDIR}${mandir}/man1/isc-export-config.sh.1
e55890
+	rm -f ${DESTDIR}${bindir}/bind9-export-config
e55890
+	rm -f ${DESTDIR}${bindir}/isc-export-config.sh
e55890
 
e55890
 tags:
e55890
 	rm -f TAGS