From 1288bad3e8807196bffeb175e21f5bcfa62faffc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Jan 2012 13:06:18 +0000 Subject: testing/shorewall: replace opts in init.d script ref #943 --- testing/shorewall/APKBUILD | 4 ++-- testing/shorewall/shorewall.initd | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'testing/shorewall') diff --git a/testing/shorewall/APKBUILD b/testing/shorewall/APKBUILD index 05e05ca91c..4a7ffa1de0 100644 --- a/testing/shorewall/APKBUILD +++ b/testing/shorewall/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=shorewall pkgver=4.4.21 -pkgrel=0 +pkgrel=1 pkgdesc="Shoreline Firewall is an iptables-based firewall for Linux." url="http://www.shorewall.net/" arch="noarch" @@ -40,5 +40,5 @@ doc() { } md5sums="aac1823063489563330bf5dc57a26487 shorewall-4.4.21.tar.bz2 -71fb6da1f50f5c6e9dd35b60b3629531 shorewall.initd +3dcf9a43bf7ce03f1d839a97ccf2240d shorewall.initd 546ca14bae43f5046f193efc884c768b shorewall-no-install-T.patch" diff --git a/testing/shorewall/shorewall.initd b/testing/shorewall/shorewall.initd index 9dda676c57..1c5a5f6aee 100644 --- a/testing/shorewall/shorewall.initd +++ b/testing/shorewall/shorewall.initd @@ -3,7 +3,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall-common/files/shorewall.initd,v 1.2 2008/05/04 13:16:40 pva Exp $ -opts="start stop restart clear reset refresh check" +extra_started_commands="refresh" +extra_commands="clear reset check" depend() { need net -- cgit v1.2.3