[PC-BSD Commits] r188 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Sat Apr 21 08:56:40 PDT 2007
Author: andrei
Date: 2007-04-21 16:56:40 +0100 (Sat, 21 Apr 2007)
New Revision: 188
Modified:
pcbsd/trunk/system-overlay/etc/rc.local
Log:
Removed deprecated custom cd mounting script. HALd works just fine detecting and mounting cd/dvd media.
Modified: pcbsd/trunk/system-overlay/etc/rc.local
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.local 2007-04-21 15:43:31 UTC (rev 187)
+++ pcbsd/trunk/system-overlay/etc/rc.local 2007-04-21 15:56:40 UTC (rev 188)
@@ -11,7 +11,8 @@
# Detect Drives
#echo "Detecting Disk Drives..."
-/PCBSD/Scripts/startDetection.sh
+# deprecated script- we got HALd now..
+#/PCBSD/Scripts/startDetection.sh
# Enable Linux Procfs
kldload linprocfs
More information about the Commits
mailing list