[Logcheck-commits] CVS logcheck/debian

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Thu, 12 Aug 2004 07:17:47 -0600


Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv12331/debian

Modified Files:
	changelog logcheck.dirs logcheck.postinst 
Log Message:

rm /var/state/logcheck, final cut.


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/08/11 17:27:04	1.193
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/08/12 13:17:47	1.194
@@ -9,6 +9,7 @@
   * Added violations.ignore.d/logcheck-spamd rule, (Closes: #262327)
   maks:
   * Re-format NEWS.Debian into Debian changelog format (Closes: #255932)
+  * Remove /var/state/logcheck from debian/logcheck.dirs.
 
  --
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.dirs	2004/04/30 08:10:20	1.2
+++ /cvsroot/logcheck/logcheck/debian/logcheck.dirs	2004/08/12 13:17:47	1.3
@@ -1,5 +1,4 @@
 /var/lib/logcheck
-/var/state/logcheck
 /etc/logcheck/ignore.d.paranoid
 /etc/logcheck/ignore.d.workstation
 /etc/logcheck/ignore.d.server
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/07/21 02:57:15	1.19
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/08/12 13:17:47	1.20
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.19 2004/07/21 02:57:15 ttroxell Exp $
+# $Id: logcheck.postinst,v 1.20 2004/08/12 13:17:47 maks-guest Exp $
 
 set -e
 
@@ -42,7 +42,7 @@
 	    fi
 	fi
 	# Remove unused old directory
-	if dpkg --compare-versions "$2" lt "1.2.24"; then
+	if dpkg --compare-versions "$2" lt "1.2.25"; then
 	    if [ -d /var/state/logcheck ]; then
 		rm -fr /var/state/logcheck
 	    fi