final udev fix
authorhackbard <hackbard>
Thu, 29 Jul 2004 18:44:17 +0000 (18:44 +0000)
committerhackbard <hackbard>
Thu, 29 Jul 2004 18:44:17 +0000 (18:44 +0000)
doc/VERSION
packages/base/udev/init_udev.sh

index 41b364d..987a99d 100644 (file)
@@ -1 +1 @@
-hdw-linux-cvs
+hdw-linux-0.3
index e2f595c..0227702 100644 (file)
@@ -29,7 +29,7 @@ run_udev()    {
        # all other devices
        for i in ${sysfs_dir}/class/*; do
                for j in $i/*; do
-                       # cruel hack, to not add/del /dev/null
+                       # cruel hack to not del /dev/null
                        if [ "$j" != "${sysfs_dir}/class/mem/null" -o \
                                        "$ACTION" != "remove" ] ; then
                        if [ -f $j/dev ]; then
@@ -38,7 +38,7 @@ run_udev()    {
                                        cut --delimiter='/' --fields=3-`
                                $bin $CLASS &
                        fi
-                       #fi
+                       fi
                done
        done
        return 0