Add a system config option to allow syslogd to log to a file.
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> SVN-Revision: 11511
This commit is contained in:
parent
d92a009382
commit
f17fc3d98d
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
::sysinit:/etc/init.d/rcS S boot
|
::sysinit:/etc/init.d/rcS S boot
|
||||||
::shutdown:/etc/init.d/rcS K stop
|
::shutdown:/etc/init.d/rcS K stop
|
||||||
::ctrlaltdel:/sbin/reboot
|
::ctrlaltdel:/sbin/reboot
|
||||||
tts/0::askfirst:/bin/ash --login
|
::restart:/sbin/init
|
||||||
ttyS0::askfirst:/bin/ash --login
|
|
||||||
tty1::respawn:/sbin/initrun
|
tty1::respawn:/sbin/initrun
|
||||||
|
tty2::askfirst:/bin/ash --login
|
||||||
|
tty3::askfirst:/bin/ash --login
|
||||||
|
|
Loading…
Reference in a new issue