diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-20 07:40:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-07-20 07:40:55 +0000 |
commit | 85611c3e0ae8d1fba9faec8233fe85a7cc1b5e16 (patch) | |
tree | 5d0022671d0f565441560d78deef0e8724093575 /main/iptables/iptables.confd | |
parent | 880e46cd25d645f654f75468d2a2c9ed3fd489ad (diff) | |
download | aports-85611c3e0ae8d1fba9faec8233fe85a7cc1b5e16.tar.bz2 aports-85611c3e0ae8d1fba9faec8233fe85a7cc1b5e16.tar.xz |
main/iptables: change default location for rules-save to /etc/iptables
fixes #499
Diffstat (limited to 'main/iptables/iptables.confd')
-rw-r--r-- | main/iptables/iptables.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/iptables/iptables.confd b/main/iptables/iptables.confd index 91287debdb..270c8d4cb5 100644 --- a/main/iptables/iptables.confd +++ b/main/iptables/iptables.confd @@ -2,7 +2,7 @@ # Location in which iptables initscript will save set rules on # service shutdown -IPTABLES_SAVE="/var/lib/iptables/rules-save" +IPTABLES_SAVE="/etc/iptables/rules-save" # Options to pass to iptables-save and iptables-restore SAVE_RESTORE_OPTIONS="-c" |