Replace check for /var/run/acpid.socket
[grml-autoconfig.git] / debian / changelog
index b7b3a5b..a96c2fc 100644 (file)
@@ -1,3 +1,18 @@
+grml-autoconfig (0.7.26) unstable; urgency=low
+
+  * Replace check for /var/run/acpid.socket with grepping
+    for a running acpid process because the socket file isn't
+    present reliable.
+
+ -- Michael Prokop <mika@grml.org>  Sat, 27 Oct 2007 19:04:05 +0200
+
+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.