summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-03-07 11:29:40 +0100
committerThomas Penteker <tek@serverop.de>2015-03-07 11:29:40 +0100
commit88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687 (patch)
tree324014547bc7265a7982029d77b1a5ff01aea457 /bind
parent59976ba1b31c433dfd1691cf4fcb7560b7d1a2c1 (diff)
downloadcontrib-88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687.tar.gz
contrib-88c4d4393ad0d34ee1c87ea0ec53e9ec31ae6687.tar.xz
bind: don't include python scripts. Closes FS#1153
Diffstat (limited to 'bind')
-rw-r--r--bind/.footprint4
-rw-r--r--bind/Pkgfile5
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

Generated by cgit