[PC-BSD Commits] r222 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Mon May 21 11:21:52 PDT 2007
Author: kris
Date: 2007-05-21 19:21:52 +0100 (Mon, 21 May 2007)
New Revision: 222
Modified:
pcbsd/trunk/system-overlay/etc/rc.local
Log:
Removed old XF86Config auto-detect launch
Modified: pcbsd/trunk/system-overlay/etc/rc.local
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.local 2007-05-21 18:20:25 UTC (rev 221)
+++ pcbsd/trunk/system-overlay/etc/rc.local 2007-05-21 18:21:52 UTC (rev 222)
@@ -1,19 +1,14 @@
# Custom rc.local file - PCBSD
# If no XF86Config file, try to create it
-if [ ! -f /etc/X11/XF86Config ]; then
- echo "Creating XF86Config file..."
- /PCBSD/cardDetect/x_config.sh
-fi
+#if [ ! -f /etc/X11/XF86Config ]; then
+# echo "Creating XF86Config file..."
+# /PCBSD/cardDetect/x_config.sh
+#fi
# Detect sound-card
/PCBSD/cardDetect/sound_detect.sh
-# Detect Drives
-#echo "Detecting Disk Drives..."
-# deprecated script- we got HALd now..
-#/PCBSD/Scripts/startDetection.sh
-
# Enable Linux Procfs
kldload linprocfs
mount -t linprocfs linprocfs /usr/compat/linux/proc
More information about the Commits
mailing list