mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
iptables: drop obsolete conf_file.
This commit is contained in:
parent
da44bc3ab7
commit
63821fb25d
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'iptables'
|
# Template file for 'iptables'
|
||||||
pkgname=iptables
|
pkgname=iptables
|
||||||
version=1.4.20
|
version=1.4.20
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libipq --enable-shared --enable-static --enable-bpf-compiler"
|
configure_args="--enable-libipq --enable-shared --enable-static --enable-bpf-compiler"
|
||||||
short_desc="Linux IPv[46] packet filtering ruleset"
|
short_desc="Linux IPv[46] packet filtering ruleset"
|
||||||
|
@ -54,7 +54,6 @@ iptables-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
iptables_package() {
|
iptables_package() {
|
||||||
conf_files="/etc/xtables/connlabel.conf"
|
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue