Module: meta-angstrom
Branch: master
Commit: e1a39ca4822c3fde15f18a76cae1e49004014b79

Author: Andreas Müller <schnitzelt...@gmx.de>
Date:   Sat Jan 21 22:05:28 2012 +0100

base-files: do not recreate /var/run since angstrom uses own fs_perms nowadays

Signed-off-by: Andreas Müller <schnitzelt...@gmx.de>

---

 recipes-core/base-files/base-files_3.0.14.bbappend |   16 +---------------
 1 files changed, 1 insertions(+), 15 deletions(-)

diff --git a/recipes-core/base-files/base-files_3.0.14.bbappend 
b/recipes-core/base-files/base-files_3.0.14.bbappend
index 1c2262c..b1f670c 100644
--- a/recipes-core/base-files/base-files_3.0.14.bbappend
+++ b/recipes-core/base-files/base-files_3.0.14.bbappend
@@ -1,6 +1,6 @@
 FILESEXTRAPATHS := "${THISDIR}/${PN}"
  
-PRINC = "12"
+PRINC = "13"
 
 # Original: volatiles = "cache run log lock tmp"
 # We don't any of those in volatiles, so:
@@ -32,17 +32,3 @@ do_install_angstromissue () {
         echo >> ${D}${sysconfdir}/issue
     fi
 }
-
-# Something during do_rootfs makes /var/run a symlink, we do not want that, so 
we remove it on 1st boot again
-pkg_postinst_${PN} () {
-#!/bin/sh
-if [ "x$D" != "x" ]; then
-        exit 1
-fi
-       
-if [ -L ${localstatedir}/run ] ; then
-       echo "fixing ${localstatedir}/run"
-       rm ${localstatedir}/run
-       mkdir ${localstatedir}/run
-fi
-}


_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to