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/shorewall/APKBUILD | |
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/shorewall/APKBUILD')
-rw-r--r-- | testing/shorewall/APKBUILD | 4 |
1 files changed, 2 insertions, 2 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" |