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

glen glen at pld-linux.org
Thu Nov 1 13:20:18 CET 2007


Author: glen
Date: Thu Nov  1 13:20:17 2007
New Revision: 8944

Modified:
   rc-scripts/trunk/rc.d/rc.sysinit
Log:
- /dev (with devfs) could be mounted by kernel (arekm note)

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 13:20:17 2007
@@ -196,11 +196,10 @@
 	# /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
-
-		# set up devfsd
-		if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
-			run_cmd "Starting Device Filesystem Daemon" /sbin/devfsd /dev
-		fi
+	fi
+	# set up devfsd
+	if [ -e /dev/.devfsd -a -x /sbin/devfsd ]; then
+		run_cmd "Starting Device Filesystem Daemon" /sbin/devfsd /dev
 	fi
 
 	# Start logging console output since we have all /dev stuff setup


More information about the pld-cvs-commit mailing list