From: Chris Larson Date: Fri, 5 Dec 2003 04:49:36 +0000 (+0000) Subject: Helps to have an /sbin/init.. X-Git-Tag: Release-2010-05/1~20521 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bb9feb50ae8d1c7733883dc7dcb9d3dfac214c1;p=openembedded.git Helps to have an /sbin/init.. BKrev: 3fd00e60wgvaq5xlwoWJggT2gjojwQ --- diff --git a/sysvinit/sysvinit_2.85.oe b/sysvinit/sysvinit_2.85.oe index e2d5cf3997..08fd67e6c5 100644 --- a/sysvinit/sysvinit_2.85.oe +++ b/sysvinit/sysvinit_2.85.oe @@ -55,14 +55,11 @@ do_stage () { pkg_postinst () { set -e -# if [ X"$1" != Xconfigure ]; then -# exit 0 -# fi # FIXME: use update-alternatives.. but what if the user doesnt have it? # if [ -n "`which update-alternatives 2>/dev/null`" ]; then # update-alternatives blah # else - ln -sf sysvinit /sbin/init + ln -sf sysvinit ${D}/sbin/init # fi exit 0 }