sysvinit: Remove cruft from rc we don't need

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4998 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-08-01 11:34:31 +00:00
parent 940cd85510
commit de9da957b9
2 changed files with 1 additions and 23 deletions

View File

@ -16,15 +16,6 @@ export PATH runlevel prevlevel
#
[ -d "/proc/1" ] || mount /proc
#
# See if system needs to be setup. This is ONLY meant to
# be used for the initial setup after a fresh installation!
#
if [ -x /sbin/unconfigured.sh ]
then
/sbin/unconfigured.sh
fi
#
# Source defaults.
#
@ -40,17 +31,4 @@ trap ":" INT QUIT TSTP
#
exec /etc/init.d/rc S
#
# For compatibility, run the files in /etc/rc.boot too.
#
[ -d /etc/rc.boot ] && run-parts /etc/rc.boot
#
# Finish setup if needed. The comment above about
# /sbin/unconfigured.sh applies here as well!
#
if [ -x /sbin/setup.sh ]
then
/sbin/setup.sh
fi

View File

@ -2,7 +2,7 @@ DESCRIPTION = "System-V like init."
SECTION = "base"
LICENSE = "GPL"
HOMEPAGE = "http://freshmeat.net/projects/sysvinit/"
PR = "r29"
PR = "r30"
# USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf.
# Set PACKAGE_ARCH appropriately.