[Pkg-cracklib-commits] [SCM] Git repository for pkg-cracklib branch, master, updated. debian/2.8.15-9

Jan Dittberner jandd at debian.org
Thu Feb 4 17:18:46 UTC 2010


The following commit has been merged in the master branch:
commit 38c25f887121fba856132a0ad00d9e5c098385dd
Author: Jan Dittberner <jandd at debian.org>
Date:   Thu Feb 4 18:12:12 2010 +0100

    fix wrong paths in debian/cracklib-runtime.preinst

diff --git a/debian/changelog b/debian/changelog
index 86f39e0..78aa837 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cracklib2 (2.8.15-9) unstable; urgency=low
+
+  * fix wrong paths in debian/cracklib-runtime.preinst
+
+ -- Jan Dittberner <jandd at debian.org>  Thu, 04 Feb 2010 18:11:47 +0100
+
 cracklib2 (2.8.15-8) unstable; urgency=low
 
   * remove old logcheck ignore.d.{workstation,server} conffiles in
diff --git a/debian/cracklib-runtime.preinst b/debian/cracklib-runtime.preinst
index 7e37f2f..849ea57 100644
--- a/debian/cracklib-runtime.preinst
+++ b/debian/cracklib-runtime.preinst
@@ -30,9 +30,9 @@ install|upgrade)
         rm_conffile cracklib-runtime "/etc/cron.daily/cracklib"
     fi
     # /etc/logcheck/ignore.d.{server,workstation}/cracklib-runtime removal
-    if dpkg --compare-versions "$2" le "2.8.15-7"; then
-        rm_conffile cracklib-runtime "/etc/logrotate/ignore.d.server/cracklib-runtime"
-        rm_conffile cracklib-runtime "/etc/logrotate/ignore.d.workstation/cracklib-runtime"
+    if dpkg --compare-versions "$2" le "2.8.15-8"; then
+        rm_conffile cracklib-runtime "/etc/logcheck/ignore.d.server/cracklib-runtime"
+        rm_conffile cracklib-runtime "/etc/logcheck/ignore.d.workstation/cracklib-runtime"
     fi
 esac
 

-- 
Git repository for pkg-cracklib



More information about the Pkg-cracklib-commits mailing list