aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/ebtables/APKBUILD4
-rw-r--r--main/ebtables/ebtables.initd3
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}