]> hackdaworld.org Git - hdw-linux/hdw-linux.git/commitdiff
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 b1922a3d2bc0b9ddfaf3e2762925ae2ca6942a5f..bde3ceaec5b19b4f612cf5fe573ef843e44071b8 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
 - 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 cc924dfd86be32ad9317977fdf411f75fceaf4a6..408841a089791d6a931756bee3a45b9a4ca967f0 100644 (file)
@@ -32,7 +32,7 @@ run_udev()    {
                        if [ -f $j/dev ]; then
                                export DEVPATH=${j#${sysfs_dir}}
                                CLASS=`echo ${i#${sysfs_dir}} | \
                        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
                                $bin $CLASS &
                        fi
                done