fix startup logging

SVN-Revision: 863
This commit is contained in:
Mike Baker 2005-05-13 00:37:19 +00:00
parent 644a46b764
commit 32a0072dd3
3 changed files with 7 additions and 10 deletions

View file

@ -1,6 +1,4 @@
#!/bin/sh
klogd
syslogd -C 16
echo "S" > /proc/jffs2_bbc
mkdir -p /var/run

View file

@ -1,7 +1,6 @@
#!/bin/sh
# Start all init scripts in /etc/init.d
# executing them in numerical order.
#
syslogd -C 16
klogd
for i in /etc/init.d/S* ;do
[ -f "$i" ] && $i start
$i start 2>&1 | logger -s -p 6 -t ''
done

View file

@ -1,3 +1,3 @@
::sysinit:/etc/init.d/rcS 2>&1 | logger -p 6 -t '' -s
::sysinit:/etc/init.d/rcS
::shutdown:/sbin/halt
tts/0::askfirst:/bin/ash --login