diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:16:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 09:16:50 +0000 |
commit | d90935b5bf1ab67274e397ed77e224b97e8755b7 (patch) | |
tree | e450bd2bf7087f91a5a3c424dcde23cf1bdc9594 /main/ebtables/ebtables.initd | |
parent | 1e466a24c57acb162cbc1743a54d25def47c26c2 (diff) | |
download | aports-d90935b5bf1ab67274e397ed77e224b97e8755b7.tar.bz2 aports-d90935b5bf1ab67274e397ed77e224b97e8755b7.tar.xz |
main/ebtables: replace opts in init.d script
ref #943
Diffstat (limited to 'main/ebtables/ebtables.initd')
-rw-r--r-- | main/ebtables/ebtables.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/ebtables/ebtables.initd b/main/ebtables/ebtables.initd index 27c743c910..7ec96b6ee7 100644 --- a/main/ebtables/ebtables.initd +++ b/main/ebtables/ebtables.initd @@ -3,7 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/files/ebtables.initd,v 1.2 2007/09/28 19:22:14 pva Exp $ -opts="save reload panic" +extra_commands="save reload" +extra_started_commands="panic" ebtables_bin="/sbin/ebtables" ebtables_save=${EBTABLES_SAVE} |