[PC-BSD Commits] r563 - in pcbsd/trunk/system-overlay: PCBSD/Scripts PCBSD/bin etc
svn at pcbsd.org
svn at pcbsd.org
Mon Aug 6 10:59:57 PDT 2007
Author: kris
Date: 2007-08-06 10:59:57 -0700 (Mon, 06 Aug 2007)
New Revision: 563
Added:
pcbsd/trunk/system-overlay/PCBSD/Scripts/checkXloader.sh
Modified:
pcbsd/trunk/system-overlay/PCBSD/bin/pdm
pcbsd/trunk/system-overlay/etc/rc.local
Log:
Changed how X GUI tool works when selected from loader menu, shouldn't go
into a loop now.
Added: pcbsd/trunk/system-overlay/PCBSD/Scripts/checkXloader.sh
Property changes on: pcbsd/trunk/system-overlay/PCBSD/Scripts/checkXloader.sh
___________________________________________________________________
Name: svn:executable
+ *
Modified: pcbsd/trunk/system-overlay/PCBSD/bin/pdm
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2007-08-06 17:39:29 UTC (rev 562)
+++ pcbsd/trunk/system-overlay/PCBSD/bin/pdm 2007-08-06 17:59:57 UTC (rev 563)
@@ -3,15 +3,6 @@
# Copyright 2007 PC-BSD Software
###############################################################################
-# Check if the user wanted to run the xorg-gui at the loader menu
-sleep 1
-/sbin/sysctl kern.module_path | /usr/bin/grep "RUNXWIZ" >/dev/null 2>/dev/null
-FOUND="$?"
-if [ "$FOUND" = "0" ]
-then
- /usr/bin/touch /PCBSD/conf/.runxsetup
-fi
-
# Start our loop
while
i=1
Modified: pcbsd/trunk/system-overlay/etc/rc.local
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.local 2007-08-06 17:39:29 UTC (rev 562)
+++ pcbsd/trunk/system-overlay/etc/rc.local 2007-08-06 17:59:57 UTC (rev 563)
@@ -2,6 +2,9 @@
# Start the swap monitor daemon
( /PCBSD/Scripts/swapmonitor.sh -daemon ) &
+
+# Check if the user requested to re-run the X tool
+/PCBSD/Scripts/checkXloader.sh
# Start Online update check in 2 minutes
( sleep 120 ; /PCBSD/Scripts/CheckUpdates.sh SILENT STARTUP ) &
More information about the Commits
mailing list