diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-04 21:44:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-04 21:44:28 +0200 |
commit | 348e07c88d4c79e78b26dab3745f75da2c2d6b9a (patch) | |
tree | 3cb571247458d836ca51b775827a68ac83c5e388 /fs/skeleton | |
parent | abf7af17e95855e9fe2535729f7d83fce603463f (diff) | |
download | buildroot-novena-348e07c88d4c79e78b26dab3745f75da2c2d6b9a.tar.gz buildroot-novena-348e07c88d4c79e78b26dab3745f75da2c2d6b9a.zip |
skeleton: inittab: remove /var/log/messages log on tty3
Hardcodes policy, is not critical, and people might not have tty3
(E.G. virtual consoles) available.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'fs/skeleton')
-rw-r--r-- | fs/skeleton/etc/inittab | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/skeleton/etc/inittab b/fs/skeleton/etc/inittab index 191c52590..4f3bb965d 100644 --- a/fs/skeleton/etc/inittab +++ b/fs/skeleton/etc/inittab @@ -26,10 +26,6 @@ null::sysinit:/bin/hostname -F /etc/hostname # Put a getty on the serial port #ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 # GENERIC_SERIAL -# Logging junk -null::sysinit:/bin/touch /var/log/messages -tty3::respawn:/usr/bin/tail -f /var/log/messages - # Stuff to do for the 3-finger salute ::ctrlaltdel:/sbin/reboot |