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

madduck at users.alioth.debian.org madduck at users.alioth.debian.org
Sun Oct 8 14:16:42 UTC 2006


Author: madduck
Date: 2006-10-08 14:16:41 +0000 (Sun, 08 Oct 2006)
New Revision: 1236

Modified:
   logcheck/trunk/debian/changelog
   logcheck/trunk/debian/logcheck.postrm
Log:
* Do not remove the logcheck user on purge as it may still own files
  (closes: #383243).

Modified: logcheck/trunk/debian/changelog
===================================================================
--- logcheck/trunk/debian/changelog	2006-10-08 12:25:47 UTC (rev 1235)
+++ logcheck/trunk/debian/changelog	2006-10-08 14:16:41 UTC (rev 1236)
@@ -62,8 +62,10 @@
     just about anything.
   * ignore.d.server/cron-apt: fixed rule to properly treat lines with packages
     whose names have dots (closes: #381983).
+  * Do not remove the logcheck user on purge as it may still own files
+    (closes: #383243).
 
- -- martin f. krafft <madduck at debian.org>  Fri,  6 Oct 2006 17:12:11 +0200
+ -- martin f. krafft <madduck at debian.org>  Sun,  8 Oct 2006 16:16:19 +0200
 
 logcheck (1.2.47) unstable; urgency=low
 

Modified: logcheck/trunk/debian/logcheck.postrm
===================================================================
--- logcheck/trunk/debian/logcheck.postrm	2006-10-08 12:25:47 UTC (rev 1235)
+++ logcheck/trunk/debian/logcheck.postrm	2006-10-08 14:16:41 UTC (rev 1236)
@@ -24,7 +24,7 @@
 	    rm -r /var/lib/logcheck
 	fi
 	# remove user and group
-	deluser --quiet --remove-home logcheck > /dev/null || true
+	#deluser --quiet --remove-home logcheck > /dev/null || true
 	# remove header
 	if [ -e /etc/logcheck/header.txt ]; then
 	    rm -f /etc/logcheck/header.txt




More information about the Logcheck-commits mailing list