diff options
author | Daniele Coli <danielsan.dani@gmail.com> | 2015-11-03 23:13:21 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-04 10:31:16 +0000 |
commit | 16db39cbe2b8921d0926774373d654d529f09a0e (patch) | |
tree | cbb5cc6d47d0f71a1103a67c2fe32c0279fe568b /main/iptables/iptables.initd | |
parent | 567978b4a637967fe050bb50b5dc58538a2c60c6 (diff) | |
download | aports-16db39cbe2b8921d0926774373d654d529f09a0e.tar.bz2 aports-16db39cbe2b8921d0926774373d654d529f09a0e.tar.xz |
main/iptables: Added description to init.d script
Added description to init.d script in order to make it compliant
with rc-system and avoid annoying warning messages on syslog.
Diffstat (limited to 'main/iptables/iptables.initd')
-rw-r--r-- | main/iptables/iptables.initd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd index 891adc04ab..98b52d0cdd 100644 --- a/main/iptables/iptables.initd +++ b/main/iptables/iptables.initd @@ -3,6 +3,11 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $ +description="IPv4/IPv6 packet filtering and NAT" +description_save="Save firewall state" +description_panic="Drop all packets" +description_reload="Reload configuration" + extra_commands="save panic" extra_started_commands="reload" |