Add a system config option to allow syslogd to log to a file.
authorymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jun 2008 19:06:21 +0000 (19:06 +0000)
committerymano <ymano@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 16 Jun 2008 19:06:21 +0000 (19:06 +0000)
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11511 3c298f89-4303-0410-b956-a3cf2f4a3e73

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