diff options
author | Richard Purdie <richard@openedhand.com> | 2008-08-01 11:34:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-08-01 11:34:31 +0000 |
commit | de9da957b93460786999d9801061854003000e59 (patch) | |
tree | f58658a091fb963cf7bd19da7557e9afec30d3d3 /meta | |
parent | 940cd855104abdd2f131775417e7626a7c5a2338 (diff) | |
download | openembedded-core-de9da957b93460786999d9801061854003000e59.tar.gz openembedded-core-de9da957b93460786999d9801061854003000e59.tar.bz2 openembedded-core-de9da957b93460786999d9801061854003000e59.zip |
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
Diffstat (limited to 'meta')
-rwxr-xr-x | meta/packages/sysvinit/sysvinit/rcS | 22 | ||||
-rw-r--r-- | meta/packages/sysvinit/sysvinit_2.86.bb | 2 |
2 files changed, 1 insertions, 23 deletions
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 @@ -17,15 +17,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. # . /etc/default/rcS @@ -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 diff --git a/meta/packages/sysvinit/sysvinit_2.86.bb b/meta/packages/sysvinit/sysvinit_2.86.bb index a5e6237575..e30970cb70 100644 --- a/meta/packages/sysvinit/sysvinit_2.86.bb +++ b/meta/packages/sysvinit/sysvinit_2.86.bb @@ -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. |