summaryrefslogtreecommitdiff
path: root/pcr/udisks2-openrc/udisks2.initd
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-29 00:31:25 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-09-29 00:31:25 -0500
commit238d327712e98bc3e861b985882410a911ac6ee6 (patch)
tree658debbe3c71eba11740bcb90ab97e865effc7cd /pcr/udisks2-openrc/udisks2.initd
parentf1c39fb8c212fbd430238d84579586ff2c334373 (diff)
downloadabslibre-238d327712e98bc3e861b985882410a911ac6ee6.tar.gz
abslibre-238d327712e98bc3e861b985882410a911ac6ee6.tar.bz2
abslibre-238d327712e98bc3e861b985882410a911ac6ee6.zip
Removing udisks2-openrc
Diffstat (limited to 'pcr/udisks2-openrc/udisks2.initd')
-rwxr-xr-xpcr/udisks2-openrc/udisks2.initd12
1 files changed, 0 insertions, 12 deletions
diff --git a/pcr/udisks2-openrc/udisks2.initd b/pcr/udisks2-openrc/udisks2.initd
deleted file mode 100755
index f1dfecc5e..000000000
--- a/pcr/udisks2-openrc/udisks2.initd
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# It is not recommended to use this script if you do not use a DM.
-
-description="Disk Manager"
-command=/usr/lib/udisks2/udisksd
-
-depend() {
- after xdm
-}