summaryrefslogtreecommitdiffstats
path: root/main/apcupsd
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/apcupsd
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
downloadaports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.bz2
aports-6bf81f56e8c0b362d9c5ed046d9a8cdb81d5d957.tar.xz
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/apcupsd')
-rw-r--r--main/apcupsd/APKBUILD8
-rw-r--r--main/apcupsd/apcupsd.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/apcupsd/APKBUILD b/main/apcupsd/APKBUILD
index 71c4269bc..79236ce8b 100644
--- a/main/apcupsd/APKBUILD
+++ b/main/apcupsd/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=apcupsd
pkgver=3.14.13
-pkgrel=0
+pkgrel=1
pkgdesc="A Daemon to control APC UPSes"
subpackages="$pkgname-doc"
url="http://www.apcupsd.org"
@@ -46,11 +46,11 @@ package() {
}
md5sums="c291d9d3923b4d9c0e600b755ad4f489 apcupsd-3.14.13.tar.gz
-0798cd407de6f199d4c267036ec54c5b apcupsd.initd
+72f6a0392cef1120b88233c5a7266bd0 apcupsd.initd
e22bd5b8361faca0f4d1a1a508c7a906 apcupsd-alpine.patch"
sha256sums="57ecbde01d0448bf8c4dbfe0ad016724ae66ab98adf2de955bf2be553c5d03f9 apcupsd-3.14.13.tar.gz
-535c857c47e5d279fb62d7306e6ddb51461819ea28b53f6a0580769ae5d7e5db apcupsd.initd
+c9bf632a83228966d4ecc268c4ab5e20b2cd4100c1100f3ecb11d2c8efacc1c4 apcupsd.initd
e2ff324b94e80b701e2cba36226706653829d46535f41b5bd9b2ffd2fb705681 apcupsd-alpine.patch"
sha512sums="74f7763de268626e24f9dd99090b01d5bff35c2fde769039104105ec27941673d1613c41fcac11e3d97d2fe5c364bcc0459847fcba5d2f7f1aac85795d6d8570 apcupsd-3.14.13.tar.gz
-3792652c947a57b9cf96e775d7f9ce1ba5c54e123000a167475dfebeebfb6c34a7dcc93944f3cd96e4ff40496671799f2596c4bcdc8ae4fe6e6d4c6617fd0f6d apcupsd.initd
+cd9cb3c812dfd72660007807965cac866dfb2ce4bd8200668f08e94fdcce874cce2ec87a0d832b8f37f254908d093aff0cc2db26e9403d5e613dc192072da617 apcupsd.initd
4f0712519213c4ef14f41eeef681c5498fac7bf42f205de8a855938f8e834d9488d86820d7c883e89d0d305ee287e17e2d321dbbc98ae12f8487bf58aa0d4a6b apcupsd-alpine.patch"
diff --git a/main/apcupsd/apcupsd.initd b/main/apcupsd/apcupsd.initd
index 5265347f4..67b1138de 100644
--- a/main/apcupsd/apcupsd.initd
+++ b/main/apcupsd/apcupsd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/apcupsd/files/apcupsd.init.2,v 1.1 2009/01/15 15:21:11 flameeyes Exp $