Move syslog startup to the begin of grml-autoconfig 0.7.25
authorMichael Prokop <mika@grml.org>
Sat, 6 Oct 2007 17:35:40 +0000 (19:35 +0200)
committerMichael Prokop <mika@grml.org>
Sat, 6 Oct 2007 17:35:40 +0000 (19:35 +0200)
debian/changelog
grml-autoconfig

index b7b3a5b..27372a0 100644 (file)
@@ -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 <mika@grml.org>  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.
index 2369a3a..a422696 100755 (executable)
@@ -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