aboutsummaryrefslogtreecommitdiffstats
path: root/main/ebtables
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/ebtables
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/ebtables')
-rw-r--r--main/ebtables/APKBUILD8
-rw-r--r--main/ebtables/ebtables.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/ebtables/APKBUILD b/main/ebtables/APKBUILD
index 67d6096fc2..260a72d884 100644
--- a/main/ebtables/APKBUILD
+++ b/main/ebtables/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ebtables
pkgver=2.0.10.4
_realver=v${pkgver%.[0-9]}-${pkgver##*.}
-pkgrel=0
+pkgrel=1
pkgdesc="Ethernet bridge tables - Linux Ethernet filter for the Linux bridge."
url="http://ebtables.sourceforge.net/"
arch="all"
@@ -52,14 +52,14 @@ package() {
}
md5sums="506742a3d44b9925955425a659c1a8d0 ebtables-v2.0.10-4.tar.gz
-5d6694ed0eeed9f49d223c2b2b99b627 ebtables.initd
+197852fae4bbac2fe75f81b36b6af852 ebtables.initd
285089ba2d846e72e321a12e3da3cc96 ebtables.confd
d443749e0a7bf542baec328b4520b36b musl-fixes.patch"
sha256sums="dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d ebtables-v2.0.10-4.tar.gz
-dd9d7af75f9f1a74d31c697c0996666eda5b75c30e74e56d4dd7f0cd4037ee89 ebtables.initd
+893615d9f18eedd8e6d30252d6545b4ecaeca3f44219768f39c576ca949ec59a ebtables.initd
fa8dedd95f1a6834022e409754e1e41219a7671a1bbb99b2094356239135730d ebtables.confd
5d2cefaa945acce3fbe19568002a26b405d7d91cb213655b5db38ca90ad73919 musl-fixes.patch"
sha512sums="a6832453812eaede3fcbb5b4cab5902ea1ea752a80a259eed276a01b61e2afaa6cf07d3d023d86a883f9a02505aecc44a1c6e0d27b3a61f341002e4c051cd60a ebtables-v2.0.10-4.tar.gz
-14a0553dd15624a782efcbecee727733dcab1800bab7f9dd3ca3d719d0c7574540a1c4b514cbd1531567317dc73097ad99f03c1e2b911526597b4b4b43c62872 ebtables.initd
+c8fccc96610ddc24a3a0c7c2c9f2460b87e582424e338beeb20d77726b27324f89906ef853680e62912ed3544c967469870d78aa6e39de11efda072dd8a4a836 ebtables.initd
b24afd1f5c2f200a1eec6ed7fd63500237dc168bfb9cc1297ffc288d12d30224a1ee84a7f61663daf408c42457dd7deac7594a23e448218806798294e9a1018d ebtables.confd
d72e606381a8790a11228a7cf25fd5acfeb036742ca8dbc8603d3b7baec7cc77846c2fe4b4cde698fb1bd8f272cd5d2e260db4363f2e3e69f29a88c95e156608 musl-fixes.patch"
diff --git a/main/ebtables/ebtables.initd b/main/ebtables/ebtables.initd
index 7ec96b6ee7..c3e8ba92cb 100644
--- a/main/ebtables/ebtables.initd
+++ b/main/ebtables/ebtables.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-firewall/ebtables/files/ebtables.initd,v 1.2 2007/09/28 19:22:14 pva Exp $