From 2e4e5fc0a26138c242d4ee33659c68013503bcef Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Sat, 6 Oct 2007 19:35:40 +0200 Subject: [PATCH] Move syslog startup to the begin of grml-autoconfig --- debian/changelog | 7 +++++++ grml-autoconfig | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b7b3a5b..27372a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-autoconfig (0.7.25) unstable; urgency=low + + * Move syslog startup to the begin of grml-autoconfig so we make + sure for example acpid is more quiet. [Testing: issue307] + + -- Michael Prokop Sat, 6 Oct 2007 19:34:05 +0200 + grml-autoconfig (0.7.24) unstable; urgency=low * Adjust look'n'feel of testcd and improve error handling as well. diff --git a/grml-autoconfig b/grml-autoconfig index 2369a3a..a422696 100755 --- a/grml-autoconfig +++ b/grml-autoconfig @@ -89,6 +89,8 @@ else echo "6" > /proc/sys/kernel/printk ; eend $? fi +checkvalue $CONFIG_SYSLOG && config_syslog + if checkbootparam "forensic" ; then eerror "Bootopion forensic found. Important notice!" eerror " Do *not* boot with something like 'grml forensic ...' but with 'forensic ...' instead!" @@ -202,8 +204,6 @@ checkvalue $CONFIG_DHCP && config_dhcp [ -n "$SPLASH" ] && /usr/bin/grml-bootsplash "|||||||">/dev/tty14 -checkvalue $CONFIG_SYSLOG && config_syslog - checkvalue $CONFIG_CPU && config_cpu checkvalue $CONFIG_SSH && config_ssh -- 2.1.4