From de9da957b93460786999d9801061854003000e59 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 1 Aug 2008 11:34:31 +0000 Subject: 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 --- meta/packages/sysvinit/sysvinit/rcS | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'meta/packages/sysvinit/sysvinit/rcS') diff --git a/meta/packages/sysvinit/sysvinit/rcS b/meta/packages/sysvinit/sysvinit/rcS index 90af4149e4..080b04f32f 100755 --- a/meta/packages/sysvinit/sysvinit/rcS +++ b/meta/packages/sysvinit/sysvinit/rcS @@ -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 -- cgit v1.2.3-54-g00ecf