[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.2-184-gab464d6
Brought to you by:
sszy
|
From: jorasse <jo...@us...> - 2013-03-06 10:11:15
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via ab464d67b683705c8e2505f2e35f112fa38120ca (commit)
from 7da5a6270e0c98faa0a698a3377bac17799bf899 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ab464d67b683705c8e2505f2e35f112fa38120ca
Author: Eric Jarrige <eri...@ar...>
Date: Wed Mar 6 11:15:08 2013 +0100
[ROOTFS] disable syslogd and klog from inittab. They are alreay running from S01logging script
-----------------------------------------------------------------------
Summary of changes:
.../armadeus/rootfs/target_skeleton/etc/inittab | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
index 6896e89..bfe312c 100644
--- a/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
+++ b/buildroot/target/device/armadeus/rootfs/target_skeleton/etc/inittab
@@ -39,16 +39,16 @@ ttySMX0::respawn:/sbin/getty -L ttySMX0 115200,57600,38400 vt100 # GENERIC_SERIA
# Logging junk
null::sysinit:/bin/touch /var/log/messages
-null::respawn:/sbin/syslogd -n
-null::respawn:/sbin/klogd -n
+#null::respawn:/sbin/syslogd -n
+#null::respawn:/sbin/klogd -n
#tty2::respawn:/usr/bin/tail -f /var/log/messages
# Stuff to do for the 3-finger salute
::ctrlaltdel:/sbin/reboot
# Stuff to do before rebooting
-null::shutdown:/usr/bin/killall klogd
-null::shutdown:/usr/bin/killall syslogd
+#null::shutdown:/usr/bin/killall klogd
+#null::shutdown:/usr/bin/killall syslogd
null::shutdown:/bin/umount -a -r
null::shutdown:/sbin/swapoff -a
hooks/post-receive
--
armadeus
|