corrected typo
authorhackbard <hackbard>
Wed, 28 Jul 2004 18:26:47 +0000 (18:26 +0000)
committerhackbard <hackbard>
Wed, 28 Jul 2004 18:26:47 +0000 (18:26 +0000)
doc/CHANGELOG
packages/base/udev/init_udev.sh

index b1922a3..bde3cea 100644 (file)
@@ -10,6 +10,7 @@
 #                                      #
 #########################################
 
+- delimiter not delimeter in udev init script
 - fixed pkg_dir bug in Create-Binary
 - network config via dhcp / dhclient in /usr/sbin (bad?)
 - linux config changes, no devfs mount at startup
index cc924df..408841a 100644 (file)
@@ -32,7 +32,7 @@ run_udev()    {
                        if [ -f $j/dev ]; then
                                export DEVPATH=${j#${sysfs_dir}}
                                CLASS=`echo ${i#${sysfs_dir}} | \
-                                       cut --delimeter='/' --fields=3-`
+                                       cut --delimiter='/' --fields=3-`
                                $bin $CLASS &
                        fi
                done