From: Rene Wagner Date: Thu, 5 Aug 2004 15:46:01 +0000 (+0000) Subject: base-files_3.0.14.oe: X-Git-Tag: Release-2010-05/1~17792 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12abb999cbb5948076edfbf54ae36dab9e35c451;p=openembedded.git base-files_3.0.14.oe: add missing #!/bin/sh to /etc/init.d/populate-var BKrev: 41125639ZLZkAtq_pQ9fcu7VS8syQg --- diff --git a/BitKeeper/etc/logging_ok b/BitKeeper/etc/logging_ok index ec0ed4a1fe..600bfea5e8 100644 --- a/BitKeeper/etc/logging_ok +++ b/BitKeeper/etc/logging_ok @@ -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 diff --git a/base-files/base-files_3.0.14.oe b/base-files/base-files_3.0.14.oe index 0660bf816d..a97dd1430c 100644 --- a/base-files/base-files_3.0.14.oe +++ b/base-files/base-files_3.0.14.oe @@ -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