diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 13:06:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 13:06:18 +0000 |
commit | 1288bad3e8807196bffeb175e21f5bcfa62faffc (patch) | |
tree | 9b84f01b96226cc80a45cb7a28265f33ba84e046 /testing | |
parent | cf99bfcdc13eddff849a7b174c9ef98faef278df (diff) | |
download | aports-1288bad3e8807196bffeb175e21f5bcfa62faffc.tar.bz2 aports-1288bad3e8807196bffeb175e21f5bcfa62faffc.tar.xz |
testing/shorewall: replace opts in init.d script
ref #943
Diffstat (limited to 'testing')
-rw-r--r-- | testing/shorewall/APKBUILD | 4 | ||||
-rw-r--r-- | testing/shorewall/shorewall.initd | 3 |
2 files changed, 4 insertions, 3 deletions
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 <ncopa@alpinelinux.org> 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 |