[Logcheck-commits] r1221 - logcheck/trunk/debian

maks-guest at users.alioth.debian.org maks-guest at users.alioth.debian.org
Sat Sep 16 07:06:26 UTC 2006


Author: maks-guest
Date: 2006-09-16 07:06:25 +0000 (Sat, 16 Sep 2006)
New Revision: 1221

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/logcheck-database.config
Log:
-a is a bashism, fix it.


Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-09-16 06:57:31 UTC (rev 1220)
+++ logcheck/trunk/debian/changelog	2006-09-16 07:06:25 UTC (rev 1221)
@@ -53,8 +53,9 @@
     (closes: 377618) Thanks Thomas Huriaux <thomas.huriaux at gmail.com>.
   * Move logcheck/changes retroactively to logcheck.News. Thus cleanup
     logcheck.control, no debconf left.
+  * logcheck-database.config fix bashism.
 
- -- maximilian attems <maks at sternwelten.at>  Sat, 16 Sep 2006 08:49:51 +0200
+ -- maximilian attems <maks at sternwelten.at>  Sat, 16 Sep 2006 09:05:33 +0200
 
 logcheck (1.2.47) unstable; urgency=low
 

Modified: logcheck/trunk/debian/logcheck-database.config
===================================================================
--- logcheck/trunk/debian/logcheck-database.config	2006-09-16 06:57:31 UTC (rev 1220)
+++ logcheck/trunk/debian/logcheck-database.config	2006-09-16 07:06:25 UTC (rev 1221)
@@ -11,7 +11,7 @@
 
 
 # Only show messages about changes on an upgrade
-if [ "$action" = "configure" -a -n "$version" ]; then
+if [ "$action" = "configure" ] && [ -n "$version" ]; then
     if dpkg --compare-versions "$version" lt "1.2.6"; then
         db_text medium logcheck-database/conffile-cleanup || true
         db_go || true




More information about the Logcheck-commits mailing list