base-files_3.0.14.oe:
authorRene Wagner <rw@handhelds.org>
Thu, 5 Aug 2004 15:46:01 +0000 (15:46 +0000)
committerRene Wagner <rw@handhelds.org>
Thu, 5 Aug 2004 15:46:01 +0000 (15:46 +0000)
  add missing #!/bin/sh to /etc/init.d/populate-var

BKrev: 41125639ZLZkAtq_pQ9fcu7VS8syQg

BitKeeper/etc/logging_ok
base-files/base-files_3.0.14.oe

index ec0ed4a..600bfea 100644 (file)
@@ -43,6 +43,7 @@ pb@workhouse.nexus.co.uk
 pb_@gandalf.tm.informatik.uni-frankfurt.de
 ral@alwin.at.home
 red@quarm.(none)
+reenoo@sugarcube.dyndns.org
 schurig@mnz66.mn-logistik.de
 schurig@schurig.homelinux.net
 szczepan@home.hrw.one.pl
index 0660bf8..a97dd14 100644 (file)
@@ -101,6 +101,7 @@ do_install () {
     if grep -q "^\(tmpfs\|ramfs\)\W\+/var" ${D}/etc/fstab; then
         # /var is in a ramdisk
         install -d ${D}/etc/init.d ${D}/etc/rcS.d
+       echo "#!/bin/sh" >> ${D}/etc/init.d/populate-var
         for d in `(cd ${D}/var; ls)`; do
             mode=`stat -c %a ${D}/var/$d`
             echo "mkdir -p /var/$d" >> ${D}/etc/init.d/populate-var