Author: glen
Date: Thu Nov  1 03:35:02 2007
New Revision: 8938

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- devfsd without devfs makes no sense :)

Modified: rc-scripts/trunk/rc.d/rc.sysinit
==============================================================================
--- rc-scripts/trunk/rc.d/rc.sysinit    (original)
+++ rc-scripts/trunk/rc.d/rc.sysinit    Thu Nov  1 03:35:02 2007
@@ -196,11 +196,11 @@
        # /dev must be also mounted before everything but only if we want use 
them ;-)
        if is_yes "$MOUNT_DEVFS"; then
                run_cmd "Mounting Device Filesystem" mount -n -t devfs /dev /dev
-       fi
 
-       # set up devfsd
-       if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
-               run_cmd "Starting Device Filesystem Daemon" /sbin/devfsd /dev
+               # set up devfsd
+               if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
+                       run_cmd "Starting Device Filesystem Daemon" 
/sbin/devfsd /dev
+               fi
        fi
 
        # Start logging console output since we have all /dev stuff setup
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to