aboutsummaryrefslogtreecommitdiffstats
path: root/main/dbus
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/dbus
parent50f344b7b0be41515051e8f31ecb979887c342af (diff)
main/*: replace all sbin/runscript with sbin/openrc-run
Diffstat (limited to 'main/dbus')
-rw-r--r--main/dbus/APKBUILD8
-rw-r--r--main/dbus/dbus.initd2
2 files changed, 5 insertions, 5 deletions
diff --git a/main/dbus/APKBUILD b/main/dbus/APKBUILD
index ae704364f9a..b1ae62cef06 100644
--- a/main/dbus/APKBUILD
+++ b/main/dbus/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=dbus
pkgver=1.8.16
-pkgrel=0
+pkgrel=1
pkgdesc="Freedesktop.org message bus system"
url="http://www.freedesktop.org/Software/dbus"
pkggroups="messagebus"
@@ -61,8 +61,8 @@ x11() {
}
md5sums="020824a38850501e7d6ba8307a7c5ac3 dbus-1.8.16.tar.gz
-bc835765907698a95da8d8e5bf199378 dbus.initd"
+fc7a1faf3ce3cc311ddb4e6494a18cd1 dbus.initd"
sha256sums="7f795268efd343ff0498786acb35097564390d40b1b6158daf1b4f742b522b07 dbus-1.8.16.tar.gz
-98e37b8b6ed25004e48c5855d74c9361eea06d3fee13cefcc0ed10ccf452aa01 dbus.initd"
+30084902702e1de4ba7447e63c6b392f56bfbb87f846e5e9659c4e80e93121fe dbus.initd"
sha512sums="79e0fb21912fe5644e1babf96fc2a64595edef6524ef50d54f6beb8cd0f1224b8484a52a7815494b40bd00bf048176002ab35443c0bb6bd04abdc3c60599f1d5 dbus-1.8.16.tar.gz
-7983e77015b46c204b10948a1fcedaae53a75848919961eb1ef8878bfa11c933256642c0e3f59163e72374ce1bd33b0338c787ce067c0982fcdf8a798b922a15 dbus.initd"
+df74e7d6a4f76f777d356e94bd23422b17656aa51a5b2d3c655fcabb32c84f2f06b9f5cd8827920d51842f89e8c0d968a6e723315e4bf216e55711fcda9b0ee9 dbus.initd"
diff --git a/main/dbus/dbus.initd b/main/dbus/dbus.initd
index 65271f69c6b..9b7cdd43027 100644
--- a/main/dbus/dbus.initd
+++ b/main/dbus/dbus.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 or later
# $Header: /var/cvsroot/gentoo-x86/sys-apps/dbus/files/dbus.initd,v 1.1 2011/11/05 13:56:10 ssuominen Exp $