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/pound | |
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/pound')
-rw-r--r-- | main/pound/APKBUILD | 8 | ||||
-rw-r--r-- | main/pound/pound.initd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/main/pound/APKBUILD b/main/pound/APKBUILD index c4864dc715..4239ecaeb0 100644 --- a/main/pound/APKBUILD +++ b/main/pound/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pound pkgver=2.7 -pkgrel=0 +pkgrel=1 pkgdesc="A reverse proxy, load balancer, and SSL wrapper" url="http://www.apsis.ch/pound/index_html" arch="all" @@ -46,10 +46,10 @@ package() { } md5sums="ec8298aa3e4aee3ffbecdc0639d7f14a Pound-2.7.tgz 736b12a47acbb7fc2802ed7f51e959d0 pound.cfg -074fc58c89bb70e8fcd767ee70ebd0f0 pound.initd" +40527cd0c8433bef8f10cfe8a0b0d8b2 pound.initd" sha256sums="cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4 Pound-2.7.tgz e13a68731464472f4fc1f86c688b3697fe304e77811f01a0c9fa9fe186cc047c pound.cfg -a6d05705d9aa3518508aaf904708f287c01fd13cbf3d98aee04af40e3dceba0f pound.initd" +a656a008fbe672cc59b0d30f37ca55ed72042c5cdc7d5f13554e82d072c346ea pound.initd" sha512sums="3edfb948715ff7e38b7665cc083eb5619daf4c2ddda4efcffffa2bcf5d8c1ee158fa5275b16bbaea4cf51bf3f8c022ba2197d5f67d57732404a448ae00e62aa1 Pound-2.7.tgz 9471e5abe3e0ee83165ed01a7081a4d14075c6c21b9f9d7c3fb239aa78c38eae74394a7c7e7e7753d218a7ce5cae388823570d19b702a829baa93e949a8946b8 pound.cfg -86e10d9ed7a1749820c7bb0c97939aea133e1bcf29fed848f7df48e7e995922091e52ef8e079580c6d95f1eaf3cb56abd47bca64a2d92abf4d925cef11421e4c pound.initd" +cd014677ef7e724d5bd0a101436d0269d2fc18b4cd90ff71eaa690967754d3e4bfe5d0a439099967487b6256121ccc734b01880d96dff50d28242829715e7776 pound.initd" diff --git a/main/pound/pound.initd b/main/pound/pound.initd index 135139404c..51be0ecc4e 100644 --- a/main/pound/pound.initd +++ b/main/pound/pound.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-servers/pound/files/pound.init-1.9,v 1.1 2005/07/07 15:45:08 mkennedy Exp $ |