Merge bk://openembedded@openembedded.bkbits.net/packages
authorMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 15 Oct 2004 14:20:19 +0000 (14:20 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Fri, 15 Oct 2004 14:20:19 +0000 (14:20 +0000)
into marcinj.local:/home/hrw/zaurus/oe/packages

2004/10/15 15:53:03+02:00 (none)!br1
Merge bk://openembedded@openembedded.bkbits.net/packages
into null.(none):/data/mtx/oe/oe.write/packages

2004/10/15 15:52:43+02:00 (none)!br1
added missing ";" to initscripts devices

BKrev: 416fdca3GS70FBj7xfvv-_LLKhXlHw

initscripts/initscripts-1.0/devices

index 141a60d..7bb5901 100644 (file)
@@ -6,7 +6,7 @@
 . /etc/default/rcS
 
 # exit without doing anything if udev is active
-if test -x /bin/pidof -a "`pidof udevd`" != "" then
+if test -x /bin/pidof -a "`pidof udevd`" != ""; then
        exit 0
 fi