diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-28 14:34:51 +0000 |
commit | 6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957 (patch) | |
tree | 27e1c61cbc148cf62683fdece421db3e5df6864f /main/iptables | |
parent | 50f344b7b0be41515051e8f31ecb979887c342af (diff) | |
download | aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2 aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz |
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/iptables')
-rw-r--r-- | main/iptables/APKBUILD | 8 | ||||
-rw-r--r-- | main/iptables/iptables.initd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/iptables/APKBUILD b/main/iptables/APKBUILD index 9f5b4a18ea..20aecf705f 100644 --- a/main/iptables/APKBUILD +++ b/main/iptables/APKBUILD @@ -2,7 +2,7 @@ pkgname=iptables pkgver=1.4.21 -pkgrel=2 +pkgrel=3 pkgdesc="Linux kernel firewall, NAT and packet mangling tools" url="http://www.netfilter.org/projects/iptables/index.html" arch="all" @@ -91,16 +91,16 @@ ip6tables() { md5sums="536d048c8e8eeebcd9757d0863ebb0c0 iptables-1.4.21.tar.bz2 cd9f429bf0dbd73be5f95bf0d7169728 iptables-1.4.14-musl-fixes.patch -f73fb9a0b9fe42a19d1109b415d86c9c iptables.initd +ce106a4222a174d2e102b1975fe0295c iptables.initd c91286c54f8fe0de6ed8950f375cb7a5 iptables.confd d3f37ebc2cd3fbfc326c3a8df5a79e11 ip6tables.confd" sha256sums="52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0 iptables-1.4.21.tar.bz2 3ad64af68ea70aa6de0649a68176c2ac68e1c0db567babb472648695dbff8f90 iptables-1.4.14-musl-fixes.patch -b6a4a5bf1b8fdb3f7d29f016042ff0adc99deca5d50f66fc915f840c61e9969a iptables.initd +6c2da067887658c897a11254e001bfb1510c8b34d759212b51b7630d0e7e4ae8 iptables.initd 421acbcd310f9c51e20e22e59af9452b1ba5d0db33e8960eba0095271060c3db iptables.confd 31ef5d759c64afd0ecbcb56b3982ed2bdb5ed9c8553c628c13d4a3b5687118a3 ip6tables.confd" sha512sums="dd4baccdb080284d8620e6ed59beafc2677813f3e099051764b07f8e394f6d94ca11861b181f3cce7c55c66de64c1e2add13dc1a0b64e24050cd9fb7aea0689b iptables-1.4.21.tar.bz2 bc1cb36957d5afb80b770fe15f951de3074e2b1b28015372fb6f121fd551dd0e86c76c1819022dc468d11750b3969db40ef2dc9651c654c9f99212c0f2746985 iptables-1.4.14-musl-fixes.patch -d0e6ed38bf6fd74a280d8b219667cda9b1287692a4776e33a47d6f7bba10cd537a3462c23245baee150c6126a5fb7a81b7299f3087bcfddc22a45fef8d5d1fad iptables.initd +87a53dfba76c48fc1bb6b92583d47abdcfd232579b45bfbf28284ee18cb589bbc5dba5ccccf06d513fda309efd13f5e034f55d6d8cfa65e0463f3ecd4f24cc03 iptables.initd cb7fecd5cab2c78bd3f215a41f39ec11c37eb360efbe83982378a0e647e0aa9dc0b7ec915a5b5081aa2f7747464787e69404aa15ba15a063c32cb8fb7dd13d1e iptables.confd 0897a7a22f8b700f7f1f5c355ad6cbf39740e44d6c962af99e479978d8a2d556ca7fe4e31f238829046b4a871ce0b5fd52e2544f1361d15dd1ea3e33992646c4 ip6tables.confd" diff --git a/main/iptables/iptables.initd b/main/iptables/iptables.initd index fa10476ce1..891adc04ab 100644 --- a/main/iptables/iptables.initd +++ b/main/iptables/iptables.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-firewall/iptables/files/iptables-1.4.11.init,v 1.2 2011/12/04 10:15:59 swegener Exp $ |