summaryrefslogtreecommitdiffstats
path: root/main/shorewall
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-28 14:34:51 +0000
commit6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch)
tree27e1c61cbc148cf62683fdece421db3e5df6864f /main/shorewall
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/shorewall')
-rw-r--r--main/shorewall/APKBUILD8
-rw-r--r--main/shorewall/shorewall.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/shorewall/APKBUILD b/main/shorewall/APKBUILD
index 82bf304d0..b254b0709 100644
--- a/main/shorewall/APKBUILD
+++ b/main/shorewall/APKBUILD
@@ -8,7 +8,7 @@ case $pkgver in
*.*.*.*) _ver=${pkgver%.*};;
esac
-pkgrel=0
+pkgrel=1
pkgdesc="An iptables front end for firewall configuration"
url="http://www.shorewall.net/"
arch="noarch"
@@ -47,11 +47,11 @@ package() {
}
md5sums="f01c74a0a17f1581522ea411e54aefad shorewall-4.6.8.1.tar.bz2
-ac54901de1e876a18d1938df1512ce0d shorewall.initd
+19de6643ef976ed3afd865fa2f328364 shorewall.initd
422c5d36fcee177acba58756b0fec7e2 shorewallrc.alpine"
sha256sums="30d87605ea40143137ef41a21fc63613bddebad5de5bab23c42da41cc6c6f40d shorewall-4.6.8.1.tar.bz2
-8a69643e09f71044b4f733263ea7120c4f6147a9d6d9b814b43e94ea64791a0f shorewall.initd
+164ecdd67052709109826ca42c9ba6cda709709016c372b39e253abfce8d7583 shorewall.initd
99f588523594b5a8062b2f43ab9f59daf91f12634b178f30dd7cb61786bd8220 shorewallrc.alpine"
sha512sums="dab2468d919b33bbd2308300118cb257763a15507434b5835b2e7b98a66f05c35079b2c0fb9e10dd0c620e66358354eee6adf352ae024ce37ccd833e134d10fb shorewall-4.6.8.1.tar.bz2
-c4c3a1137740fd1098680e4b362d707378a263aeeda19a846ba3007614b1b5021ee4a492a5439066b433ce1c27c5a5069a4497ac08d36959a6e1a48cb44422f4 shorewall.initd
+7e226f42f74ce92d4c40bd0e812fbe744f0e343de7d7d68f59328b57829b0a10e2226fa9ef78e3465846bb2f691f761810774672b0a8510f96b80d7645982dc5 shorewall.initd
c076ae42e7b404cecf521fdc32f92ba3a6b77d61579726abde2f00b6b6282e55b0b334b9fe5e43a6e4ae56361cce3214d9a38099f9f8714f03ae4fb888c744b7 shorewallrc.alpine"
diff --git a/main/shorewall/shorewall.initd b/main/shorewall/shorewall.initd
index b2809757f..9a7a79727 100644
--- a/main/shorewall/shorewall.initd
+++ b/main/shorewall/shorewall.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/shorewall/files/shorewall.initd,v 1.4 2013/07/13 14:09:09 constanze Exp $