summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2014-04-14 18:23:40 +0200
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2014-04-14 18:23:40 +0200
commit593a1e8f892ce8dc0a81e47d0520ac3bbed16216 (patch)
tree17fdcfcf6df50c5f1c9279c84824148e0c51d28f /x11-base
parentmedia-libs/mesa-9999: raise libdrm dependency (diff)
downloadx11-593a1e8f892ce8dc0a81e47d0520ac3bbed16216.tar.gz
x11-593a1e8f892ce8dc0a81e47d0520ac3bbed16216.tar.bz2
x11-593a1e8f892ce8dc0a81e47d0520ac3bbed16216.zip
x11-base/xorg-server: import init script changes for sddm from portage
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-server/files/xdm.initd-119
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-base/xorg-server/files/xdm.initd-11 b/x11-base/xorg-server/files/xdm.initd-11
index 864726f8..2f7b47cb 100644
--- a/x11-base/xorg-server/files/xdm.initd-11
+++ b/x11-base/xorg-server/files/xdm.initd-11
@@ -1,7 +1,7 @@
#!/sbin/runscript
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/files/xdm.initd-10,v 1.1 2013/09/26 15:23:33 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-server/files/xdm.initd-11,v 1.1 2014/04/14 16:19:25 chithanh Exp $
# This is here to serve as a note to myself, and future developers.
#
@@ -107,8 +107,9 @@ setup_dm() {
START_STOP_ARGS="--background"
;;
sddm)
- EXE=/usr/bin/sddm
- START_STOP_ARGS="--background"
+ EXE="/usr/bin/sddm"
+ START_STOP_ARGS="-m --background"
+ PIDFILE=/run/sddm.pid
;;
*)
# first find out if there is such executable