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 | |
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')
-rw-r--r-- | main/ebtables/APKBUILD | 4 | ||||
-rw-r--r-- | main/ebtables/ebtables.initd | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/main/ebtables/APKBUILD b/main/ebtables/APKBUILD index 184081cc7b..ba20abcff3 100644 --- a/main/ebtables/APKBUILD +++ b/main/ebtables/APKBUILD @@ -3,7 +3,7 @@ pkgname=ebtables pkgver=2.0.10.2 _realver=v${pkgver%.[0-9]}-${pkgver##*.} -pkgrel=0 +pkgrel=1 pkgdesc="Ethernet bridge tables - Linux Ethernet filter for the Linux bridge." url="http://ebtables.sourceforge.net/" arch="all" @@ -50,5 +50,5 @@ package() { } md5sums="c5ae7fb75810fd936a5445239e853fd8 ebtables-v2.0.10-2.tar.gz -92e13b3bc1d47d7c00636ebb78c905d5 ebtables.initd +5d6694ed0eeed9f49d223c2b2b99b627 ebtables.initd 285089ba2d846e72e321a12e3da3cc96 ebtables.confd" 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} |