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

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