ports/contrib (3.1): bind: don't include python scripts. Closes FS#1153
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687 Author: Thomas Penteker <tek@serverop.de> Date: Sat Mar 7 11:29:40 2015 +0100 bind: don't include python scripts. Closes FS#1153 diff --git a/bind/.footprint b/bind/.footprint index 328a564..39f5a3b 100644 --- a/bind/.footprint +++ b/bind/.footprint @@ -344,8 +344,6 @@ drwxr-xr-x root/root usr/man/man5/ -rw-r--r-- root/root usr/man/man5/rndc.conf.5.gz drwxr-xr-x root/root usr/man/man8/ -rw-r--r-- root/root usr/man/man8/ddns-confgen.8.gz --rw-r--r-- root/root usr/man/man8/dnssec-checkds.8.gz --rw-r--r-- root/root usr/man/man8/dnssec-coverage.8.gz -rw-r--r-- root/root usr/man/man8/dnssec-dsfromkey.8.gz -rw-r--r-- root/root usr/man/man8/dnssec-importkey.8.gz -rw-r--r-- root/root usr/man/man8/dnssec-keyfromlabel.8.gz @@ -368,8 +366,6 @@ lrwxrwxrwx root/root usr/man/man8/named-compilezone.8.gz -> named-checkzone.8.gz drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/arpaname -rwxr-xr-x root/root usr/sbin/ddns-confgen --rwxr-xr-x root/root usr/sbin/dnssec-checkds --rwxr-xr-x root/root usr/sbin/dnssec-coverage -rwxr-xr-x root/root usr/sbin/dnssec-dsfromkey -rwxr-xr-x root/root usr/sbin/dnssec-importkey -rwxr-xr-x root/root usr/sbin/dnssec-keyfromlabel diff --git a/bind/Pkgfile b/bind/Pkgfile index 60596a6..72b24bf 100644 --- a/bind/Pkgfile +++ b/bind/Pkgfile @@ -40,6 +40,11 @@ build() { touch $PKG/var/run/named/named.pid rm -f $PKG/usr/bin/{dig,host} + + # fix FS#1153 + rm -f $PKG/usr/sbin/dnssec-{checkds,coverage} + rm -rf $PKG/usr/man/man8/dnssec-{checkds,coverage}.8 + rm -rf $PKG/usr/man/man1 chown named:named $PKG/var/run/named/named.pid
participants (1)
-
crux@crux.nu