[Lunar-commits] r19125 - moonbase/trunk/filesys/e2fsprogs/init.d
Moritz Heiber
moe at lunar-linux.org
Sun Mar 5 19:14:59 UTC 2006
Author: moe
Date: 2006-03-05 19:14:59 +0000 (Sun, 05 Mar 2006)
New Revision: 19125
Modified:
moonbase/trunk/filesys/e2fsprogs/init.d/mount
Log:
That could've come back to us pretty badly!
Modified: moonbase/trunk/filesys/e2fsprogs/init.d/mount
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/init.d/mount 2006-03-05 14:29:48 UTC (rev 19124)
+++ moonbase/trunk/filesys/e2fsprogs/init.d/mount 2006-03-05 19:14:59 UTC (rev 19125)
@@ -174,7 +174,7 @@
# default bahaviour if the user did not choose himself
if [ -z "$DEVNODES" ]; then
- if kernel_is_26 && [ -x "/sbin/udevstart" ] ; then
+ if kernel_is_26 && [ -x "/sbin/udevd" ] ; then
DEVNODES="udev"
if [ -n "$DEBUG" ] ; then
echo -e "\n< Found udev >"
More information about the Lunar-commits
mailing list