[Lunar-commits] CVS: moonbase/filesys/udev udev,1.3,1.4

Florin Braescu florin at lunar-linux.org
Sat Jan 15 08:47:43 UTC 2005


Update of /var/cvs/lunar/moonbase/filesys/udev
In directory espresso.foo-projects.org:/tmp/cvs-serv14099/filesys/udev

Modified Files:
	udev 
Log Message:
small tweak.

Index: udev
===================================================================
RCS file: /var/cvs/lunar/moonbase/filesys/udev/udev,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- udev	24 Nov 2004 10:34:40 -0000	1.3
+++ udev	15 Jan 2005 08:47:41 -0000	1.4
@@ -1,9 +1,9 @@
 #! /bin/bash
 #
-# udev	init script to setup /udev
+# udev	init script to setup /dev
 #
 # chkconfig: 2345 20 80
-# description: manage user-space device nodes in /udev
+# description: manage user-space device nodes in /dev
 
 # . /etc/rc.d/init.d/functions
 
@@ -12,7 +12,6 @@
 sysfs_dir=/sys
 bin=/sbin/udev
 udevd=/sbin/udevd
-udev_root=/udev
 
 . /etc/udev/udev.conf
 
@@ -112,7 +111,7 @@
 		rm -f $udev_root/.udev.tdb
 	fi
 
-	# propogate /udev from /sys - we only need this while we do not
+	# propogate /dev from /sys - we only need this while we do not
 	# have initramfs and an early user-space with which to do early
 	# device bring up
 	export ACTION=add



More information about the Lunar-commits mailing list