diff options
author | Thomas Penteker <tek@serverop.de> | 2015-03-07 11:29:40 +0100 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2015-03-07 11:29:40 +0100 |
commit | 88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687 (patch) | |
tree | 324014547bc7265a7982029d77b1a5ff01aea457 /bind | |
parent | 59976ba1b31c433dfd1691cf4fcb7560b7d1a2c1 (diff) | |
download | contrib-88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687.tar.gz contrib-88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687.tar.xz |
bind: don't include python scripts. Closes FS#1153
Diffstat (limited to 'bind')
-rw-r--r-- | bind/.footprint | 4 | ||||
-rw-r--r-- | bind/Pkgfile | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/bind/.footprint b/bind/.footprint index 328a5644c..39f5a3b3c 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 60596a605..72b24bfed 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 |