summaryrefslogtreecommitdiff
path: root/pcr/udisks2-openrc
diff options
context:
space:
mode:
authorJoseph Graham <joseph@xylon.me.uk>2017-05-27 21:42:29 +0100
committerJoseph Graham <joseph@xylon.me.uk>2017-05-27 21:42:29 +0100
commitb816aaef5b8ceb4d7e759269f6f07a976088956a (patch)
treed5661f825f70fcf33c096b313083d746ce343923 /pcr/udisks2-openrc
parent2a45acc36fa62614f5df23291f8c0cb2eddf0b05 (diff)
parent07bf85aca2541586275cd957b40e2fcb50310b7c (diff)
downloadabslibre-b816aaef5b8ceb4d7e759269f6f07a976088956a.tar.gz
abslibre-b816aaef5b8ceb4d7e759269f6f07a976088956a.tar.bz2
abslibre-b816aaef5b8ceb4d7e759269f6f07a976088956a.zip
Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/udisks2-openrc')
-rw-r--r--pcr/udisks2-openrc/PKGBUILD4
-rwxr-xr-xpcr/udisks2-openrc/udisks2.initd7
2 files changed, 7 insertions, 4 deletions
diff --git a/pcr/udisks2-openrc/PKGBUILD b/pcr/udisks2-openrc/PKGBUILD
index d9861b178..0a7ace689 100644
--- a/pcr/udisks2-openrc/PKGBUILD
+++ b/pcr/udisks2-openrc/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: David P. <megver83@parabola.nu>
pkgname=udisks2-openrc
-pkgver=20170511
+pkgver=20170521
pkgrel=1
pkgdesc="OpenRC udisks2 init script"
arch=(any)
@@ -9,7 +9,7 @@ url="https://www.parabola.nu"
license=('GPL2')
depends=('udisks2' 'openrc')
source=("udisks2.initd")
-md5sums=('9add7dad78d93cbe2fcf4582cc7ce069')
+md5sums=('464912edd1ab39d078b2bc5b886dc9eb')
pkgver() {
date +%Y%m%d
diff --git a/pcr/udisks2-openrc/udisks2.initd b/pcr/udisks2-openrc/udisks2.initd
index e597d2bc2..f1dfecc5e 100755
--- a/pcr/udisks2-openrc/udisks2.initd
+++ b/pcr/udisks2-openrc/udisks2.initd
@@ -2,8 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
#
-# This is an unofficial udisks2 OpenRC init script made by Megver83
+# It is not recommended to use this script if you do not use a DM.
description="Disk Manager"
command=/usr/lib/udisks2/udisksd
-pidfile=/run/udisks2.pid
+
+depend() {
+ after xdm
+}