SVN: rc-scripts/trunk/rc.d/rc.sysinit

glen glen at pld-linux.org
Thu Nov 1 03:35:02 CET 2007


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


More information about the pld-cvs-commit mailing list