[PC-BSD Commits] r364 - pcbsd/trunk/system-overlay/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 21 11:34:51 PDT 2007
Author: kris
Date: 2007-06-21 19:34:51 +0100 (Thu, 21 Jun 2007)
New Revision: 364
Modified:
pcbsd/trunk/system-overlay/etc/rc.local
Log:
updated location for linux profs mount
Modified: pcbsd/trunk/system-overlay/etc/rc.local
===================================================================
--- pcbsd/trunk/system-overlay/etc/rc.local 2007-06-21 18:28:33 UTC (rev 363)
+++ pcbsd/trunk/system-overlay/etc/rc.local 2007-06-21 18:34:51 UTC (rev 364)
@@ -5,7 +5,7 @@
# Enable Linux Procfs
kldload linprocfs
-mount -t linprocfs linprocfs /usr/compat/linux/proc
+mount -t linprocfs linprocfs /compat/linux/proc
# Start Online update check in 2 minutes
echo "Starting Online Update check"
More information about the Commits
mailing list