[PC-BSD Commits] r12041 - pcbsd/current/src-sh/pc-runxgui
svn at pcbsd.org
svn at pcbsd.org
Tue Aug 9 12:43:27 PDT 2011
Author: kris
Date: 2011-08-09 12:43:27 -0700 (Tue, 09 Aug 2011)
New Revision: 12041
Modified:
pcbsd/current/src-sh/pc-runxgui/pc-runxgui
Log:
Fix trigger file location
Modified: pcbsd/current/src-sh/pc-runxgui/pc-runxgui
===================================================================
--- pcbsd/current/src-sh/pc-runxgui/pc-runxgui 2011-08-09 19:24:43 UTC (rev 12040)
+++ pcbsd/current/src-sh/pc-runxgui/pc-runxgui 2011-08-09 19:43:27 UTC (rev 12041)
@@ -4,7 +4,7 @@
# Comment: Script to kill X / KDM and start xgui
########################################################
-echo "RUNX" > /var/run/.runxsetup
+echo "RUNX" > /var/.runxsetup
xPid=`ps -auwwx | grep '/usr/local/bin/X' | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 2`
kPid=`ps -auwwx | grep '/usr/local/libexec/gdm-simgle-slave' | grep -v 'grep' | tr -s ' ' | cut -d ' ' -f 2`
More information about the Commits
mailing list