diff options
-rw-r--r-- | BitKeeper/etc/logging_ok | 1 | ||||
-rw-r--r-- | base-files/base-files_3.0.14.oe | 1 |
2 files changed, 2 insertions, 0 deletions
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 |