- Updated to current rate limiting + rpz patch from
http://ss.vix.su/~vjs/rrlrpz.html OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=118
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
Index: bind-9.8.1-P1/bin/named/Makefile.in
|
||||
Index: bind-9.9.3-P1/bin/named/Makefile.in
|
||||
===================================================================
|
||||
--- bind-9.8.1-P1.orig/bin/named/Makefile.in
|
||||
+++ bind-9.8.1-P1/bin/named/Makefile.in
|
||||
@@ -162,8 +162,6 @@ installdirs:
|
||||
--- bind-9.9.3-P1.orig/bin/named/Makefile.in
|
||||
+++ bind-9.9.3-P1/bin/named/Makefile.in
|
||||
@@ -175,9 +175,7 @@ installdirs:
|
||||
install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs
|
||||
${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir}
|
||||
(cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@)
|
||||
@@ -12,3 +12,4 @@ Index: bind-9.8.1-P1/bin/named/Makefile.in
|
||||
+ for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man$${m##*.}; done
|
||||
|
||||
@DLZ_DRIVER_RULES@
|
||||
|
||||
|
Reference in New Issue
Block a user