summaryrefslogtreecommitdiff
path: root/gui-libs/display-manager-init/files/xdm.initd
diff options
context:
space:
mode:
Diffstat (limited to 'gui-libs/display-manager-init/files/xdm.initd')
-rw-r--r--gui-libs/display-manager-init/files/xdm.initd13
1 files changed, 0 insertions, 13 deletions
diff --git a/gui-libs/display-manager-init/files/xdm.initd b/gui-libs/display-manager-init/files/xdm.initd
deleted file mode 100644
index 2fce43b0..00000000
--- a/gui-libs/display-manager-init/files/xdm.initd
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License, v2
-
-depend() {
- need display-manager
-}
-
-start() {
- return
-}
-
-# vim: set ts=4 :