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/packages/sysvinit | |
parent | 940cd855104abdd2f131775417e7626a7c5a2338 (diff) | |
download | poky-de9da957b93460786999d9801061854003000e59.tar.gz |
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/packages/sysvinit')
-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 | |||
17 | [ -d "/proc/1" ] || mount /proc | 17 | [ -d "/proc/1" ] || mount /proc |
18 | 18 | ||
19 | # | 19 | # |
20 | # See if system needs to be setup. This is ONLY meant to | ||
21 | # be used for the initial setup after a fresh installation! | ||
22 | # | ||
23 | if [ -x /sbin/unconfigured.sh ] | ||
24 | then | ||
25 | /sbin/unconfigured.sh | ||
26 | fi | ||
27 | |||
28 | # | ||
29 | # Source defaults. | 20 | # Source defaults. |
30 | # | 21 | # |
31 | . /etc/default/rcS | 22 | . /etc/default/rcS |
@@ -40,17 +31,4 @@ trap ":" INT QUIT TSTP | |||
40 | # | 31 | # |
41 | exec /etc/init.d/rc S | 32 | exec /etc/init.d/rc S |
42 | 33 | ||
43 | # | ||
44 | # For compatibility, run the files in /etc/rc.boot too. | ||
45 | # | ||
46 | [ -d /etc/rc.boot ] && run-parts /etc/rc.boot | ||
47 | |||
48 | # | ||
49 | # Finish setup if needed. The comment above about | ||
50 | # /sbin/unconfigured.sh applies here as well! | ||
51 | # | ||
52 | if [ -x /sbin/setup.sh ] | ||
53 | then | ||
54 | /sbin/setup.sh | ||
55 | fi | ||
56 | 34 | ||
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." | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | HOMEPAGE = "http://freshmeat.net/projects/sysvinit/" | 4 | HOMEPAGE = "http://freshmeat.net/projects/sysvinit/" |
5 | PR = "r29" | 5 | PR = "r30" |
6 | 6 | ||
7 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. | 7 | # USE_VT and SERIAL_CONSOLE are generally defined by the MACHINE .conf. |
8 | # Set PACKAGE_ARCH appropriately. | 8 | # Set PACKAGE_ARCH appropriately. |