From ad501b6634dc9d974da7e86299041fe441d58088 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2011 15:46:20 +0200 Subject: Rework the logging daemons startup The logging mechanism startup being in inittab, it isn't easy to overcharge the default policy. With this patch, the startup of the syslog daemon is moved to an init.d script, that can easily be overwritten. [Peter: use install -D] Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- fs/skeleton/etc/inittab | 2 -- 1 file changed, 2 deletions(-) (limited to 'fs') diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab index 0e504679b..191c52590 100644 --- a/fs/skeleton/etc/inittab +++ b/fs/skeleton/etc/inittab @@ -28,8 +28,6 @@ null::sysinit:/bin/hostname -F /etc/hostname # Logging junk null::sysinit:/bin/touch /var/log/messages -null::respawn:/sbin/syslogd -n -m 0 -null::respawn:/sbin/klogd -n tty3::respawn:/usr/bin/tail -f /var/log/messages # Stuff to do for the 3-finger salute -- cgit v1.2.3