summaryrefslogtreecommitdiffstats
path: root/main/shorewall6
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/shorewall6
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/shorewall6')
-rw-r--r--main/shorewall6/APKBUILD8
-rw-r--r--main/shorewall6/shorewall6.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/shorewall6/APKBUILD b/main/shorewall6/APKBUILD
index 516e94a57..4fbac539e 100644
--- a/main/shorewall6/APKBUILD
+++ b/main/shorewall6/APKBUILD
@@ -8,7 +8,7 @@ case $pkgver in
*.*.*.*) _ver=${pkgver%.*};;
esac
-pkgrel=0
+pkgrel=1
pkgdesc="Files for the IPV6 Shorewall Firewall"
url="http://www.shorewall.net/"
arch="noarch"
@@ -48,11 +48,11 @@ package() {
}
md5sums="49b648f61c7a64e9e1189c9ec5ea4416 shorewall6-4.6.8.1.tar.bz2
-685f7d32ff6ce1251658365e7d7076ee shorewall6.initd
+af6c5b6e009c812d2eb57e269225dee0 shorewall6.initd
422c5d36fcee177acba58756b0fec7e2 shorewallrc.alpine"
sha256sums="29da1b7597958193933ef3341dfe03a4b935d248b498f5eaa6484120d3a1351c shorewall6-4.6.8.1.tar.bz2
-a0c9a30cebee098e05d38626d6124398947d4b6cac15d278b1d383bfcc29bcda shorewall6.initd
+5cee9a129605af0bd933d01a530e78dc4b5febba5871e9e076bcc171d3ea0c71 shorewall6.initd
99f588523594b5a8062b2f43ab9f59daf91f12634b178f30dd7cb61786bd8220 shorewallrc.alpine"
sha512sums="93011f86afa46e5c7b9a88d9bb6e7adde766d652fada26752c3c950f2424e1ae662e7e6865f95b2c87b9170afd6941af6b719e1f281c209560fac256a23a3f21 shorewall6-4.6.8.1.tar.bz2
-ef7c3fb6080cd8f49ad8fef5221cf9e43701aa5838e30ddba73bc2fe1499bb2487a45d020c6b26bde36366cc9fb87a321955a6b5bfe8f844060f462e2d1bac2b shorewall6.initd
+c8cb512c487f30e26b63bd8e42cf506d032ced2364e0e79e86a3cff84f778ddf00efcbf1e23b07ba0aea9b5b7fcf5f0d10cd4b9884df46ee73ee6b2dff5cd672 shorewall6.initd
c076ae42e7b404cecf521fdc32f92ba3a6b77d61579726abde2f00b6b6282e55b0b334b9fe5e43a6e4ae56361cce3214d9a38099f9f8714f03ae4fb888c744b7 shorewallrc.alpine"
diff --git a/main/shorewall6/shorewall6.initd b/main/shorewall6/shorewall6.initd
index b9f32aa46..eb2ff5a39 100644
--- a/main/shorewall6/shorewall6.initd
+++ b/main/shorewall6/shorewall6.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 $