package/sysvinit: don't start logging
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 8 Oct 2014 14:39:24 +0000 (11:39 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 12 Oct 2014 11:00:48 +0000 (13:00 +0200)
Don't try to start logging from /etc/inittab because busybox installs a
S01logging script that handles that and can lead to duplicate logging
processes.
Let's handle the logging in each package that provides it since we can
get multiple variants in the future like syslog-ng that have different
initialization routines.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/sysvinit/inittab

index 8812cca29788d54b8d74aa7cf470ce50c59e12bd..d3de4a70f198a66d0bc263939def30030fea3c18 100644 (file)
@@ -17,16 +17,9 @@ init::sysinit:/etc/init.d/rcS
 
 # S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL
 
-# Logging junk
-mess::sysinit:/bin/touch /var/log/messages
-sysl:1:respawn:/sbin/syslogd -n -m 0
-klog:1:respawn:/sbin/klogd -n
-
 # Stuff to do for the 3-finger salute
 rebo::ctrlaltdel:/sbin/reboot
 
 # Stuff to do before rebooting
-sklo:6:wait:/usr/bin/killall klogd
-ssys:6:wait:/usr/bin/killall syslogd
 umou:6:wait:/bin/umount -a -r
 swap:6:wait:/sbin/swapoff -a