Commit 3773a668 authored by Alessandro Rubini's avatar Alessandro Rubini

buildroot: add rsyslog; fix inittab accordingly

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 0ff588a4
#
# Automatically generated make config: don't edit
# Buildroot 2011.11 Configuration
# Fri Jul 6 17:17:43 2012
# Sat Feb 1 00:22:42 2014
#
BR2_HAVE_DOT_CONFIG=y
BR2_arm=y
......@@ -1017,7 +1017,7 @@ BR2_PACKAGE_SCREEN=y
# BR2_PACKAGE_MODULE_INIT_TOOLS is not set
# BR2_PACKAGE_PROCPS is not set
# BR2_PACKAGE_PSMISC is not set
# BR2_PACKAGE_RSYSLOG is not set
BR2_PACKAGE_RSYSLOG=y
#
# syslogd requires a toolchain with LARGEFILE support
......
......@@ -28,12 +28,9 @@ ttyGS0::respawn:/bin/ash --login
ttyS0::respawn:/bin/ash --login
# Logging junk
null::sysinit:/bin/touch /var/log/messages
null::respawn:/sbin/syslogd -n -m 0
null::respawn:/sbin/klogd -n
null::respawn:/usr/sbin/rsyslogd
# Stuff to do before rebooting
null::shutdown:/usr/bin/killall klogd
null::shutdown:/usr/bin/killall syslogd
null::shutdown:/usr/bin/killall rsyslogd
null::shutdown:/bin/umount -a -r
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment