Add a system config option to allow syslogd to log to a file.
authorYuji Mano <yuji.mano@am.sony.com>
Mon, 16 Jun 2008 19:06:21 +0000 (19:06 +0000)
committerYuji Mano <yuji.mano@am.sony.com>
Mon, 16 Jun 2008 19:06:21 +0000 (19:06 +0000)
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
SVN-Revision: 11511

target/linux/ps3/base-files/etc/inittab

index 9f4e256ea3951da5c47a9a4090023571db984cae..96abea98423107b8d7827fd41684283daa710d92 100644 (file)
@@ -1,6 +1,7 @@
 ::sysinit:/etc/init.d/rcS S boot
 ::shutdown:/etc/init.d/rcS K stop
 ::ctrlaltdel:/sbin/reboot
-tts/0::askfirst:/bin/ash --login
-ttyS0::askfirst:/bin/ash --login
+::restart:/sbin/init
 tty1::respawn:/sbin/initrun
+tty2::askfirst:/bin/ash --login
+tty3::askfirst:/bin/ash --login