commit ec8106d85255161822341a6bc780223e0d38c13a Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Jul 25 23:21:09 2015 +0200 iptables: move man-pages to /usr/share/man diff --git a/iptables/.footprint b/iptables/.footprint index 5abaf39..955818f 100644 --- a/iptables/.footprint +++ b/iptables/.footprint @@ -147,29 +147,6 @@ drwxr-xr-x root/root usr/lib/xtables/ -rwxr-xr-x root/root usr/lib/xtables/libxt_tos.so -rwxr-xr-x root/root usr/lib/xtables/libxt_u32.so -rwxr-xr-x root/root usr/lib/xtables/libxt_udp.so -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/iptables-xml.1.gz -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/ipq_create_handle.3.gz --rw-r--r-- root/root usr/man/man3/ipq_destroy_handle.3.gz --rw-r--r-- root/root usr/man/man3/ipq_errstr.3.gz --rw-r--r-- root/root usr/man/man3/ipq_get_msgerr.3.gz --rw-r--r-- root/root usr/man/man3/ipq_get_packet.3.gz --rw-r--r-- root/root usr/man/man3/ipq_message_type.3.gz --rw-r--r-- root/root usr/man/man3/ipq_perror.3.gz --rw-r--r-- root/root usr/man/man3/ipq_read.3.gz --rw-r--r-- root/root usr/man/man3/ipq_set_mode.3.gz --rw-r--r-- root/root usr/man/man3/ipq_set_verdict.3.gz --rw-r--r-- root/root usr/man/man3/libipq.3.gz -drwxr-xr-x root/root usr/man/man8/ --rw-r--r-- root/root usr/man/man8/ip6tables-restore.8.gz --rw-r--r-- root/root usr/man/man8/ip6tables-save.8.gz --rw-r--r-- root/root usr/man/man8/ip6tables.8.gz --rw-r--r-- root/root usr/man/man8/iptables-extensions.8.gz --rw-r--r-- root/root usr/man/man8/iptables-restore.8.gz --rw-r--r-- root/root usr/man/man8/iptables-save.8.gz --rw-r--r-- root/root usr/man/man8/iptables.8.gz drwxr-xr-x root/root usr/sbin/ lrwxrwxrwx root/root usr/sbin/ip6tables -> xtables-multi lrwxrwxrwx root/root usr/sbin/ip6tables-restore -> xtables-multi @@ -178,3 +155,27 @@ lrwxrwxrwx root/root usr/sbin/iptables -> xtables-multi lrwxrwxrwx root/root usr/sbin/iptables-restore -> xtables-multi lrwxrwxrwx root/root usr/sbin/iptables-save -> xtables-multi -rwxr-xr-x root/root usr/sbin/xtables-multi +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/iptables-xml.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/ipq_create_handle.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_destroy_handle.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_errstr.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_get_msgerr.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_get_packet.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_message_type.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_perror.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_read.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_set_mode.3.gz +-rw-r--r-- root/root usr/share/man/man3/ipq_set_verdict.3.gz +-rw-r--r-- root/root usr/share/man/man3/libipq.3.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/ip6tables-restore.8.gz +-rw-r--r-- root/root usr/share/man/man8/ip6tables-save.8.gz +-rw-r--r-- root/root usr/share/man/man8/ip6tables.8.gz +-rw-r--r-- root/root usr/share/man/man8/iptables-extensions.8.gz +-rw-r--r-- root/root usr/share/man/man8/iptables-restore.8.gz +-rw-r--r-- root/root usr/share/man/man8/iptables-save.8.gz +-rw-r--r-- root/root usr/share/man/man8/iptables.8.gz diff --git a/iptables/Pkgfile b/iptables/Pkgfile index fa506ec..66e62a0 100644 --- a/iptables/Pkgfile +++ b/iptables/Pkgfile @@ -4,13 +4,12 @@ name=iptables version=1.4.21 -release=1 +release=2 source=(ftp://ftp.netfilter.org/pub/iptables/$name-$version.tar.bz2) build () { cd $name-$version ./configure --prefix=/usr \ - --mandir=/usr/man \ --libexecdir=/usr/lib \ --enable-libipq make