* [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/files/
@ 2014-04-14 16:23 Chi-Thanh Christopher Nguyen
0 siblings, 0 replies; only message in thread
From: Chi-Thanh Christopher Nguyen @ 2014-04-14 16:23 UTC (permalink / raw
To: gentoo-commits
commit: 593a1e8f892ce8dc0a81e47d0520ac3bbed16216
Author: Chi-Thanh Christopher Nguyen <chithanh <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 16:23:40 2014 +0000
Commit: Chi-Thanh Christopher Nguyen <chithanh <AT> cs <DOT> tu-berlin <DOT> de>
CommitDate: Mon Apr 14 16:23:40 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=593a1e8f
x11-base/xorg-server: import init script changes for sddm from portage
---
x11-base/xorg-server/files/xdm.initd-11 | 9 +++++----
1 file 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 864726f..2f7b47c 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-14 16:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 16:23 [gentoo-commits] proj/x11:master commit in: x11-base/xorg-server/files/ Chi-Thanh Christopher Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox