[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel at lists.alioth.debian.org
Sun Oct 23 03:21:24 UTC 2005


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

Modified Files:
	changelog logcheck.postinst 
Log Message:
change adduesr invocation


--- /cvsroot/logcheck/logcheck/debian/changelog	2005/10/21 14:58:57	1.519
+++ /cvsroot/logcheck/logcheck/debian/changelog	2005/10/23 03:21:23	1.520
@@ -21,7 +21,7 @@
     Martin Lohmeier <martin at mein-horde.de> (Closes: #324615)
   * Bumped standards to 3.6.2.
   * Fix exim4 rule for more modern tls string.
-  * logcheck.8 fix add full path to README.logcheck-database.gz. 
+  * logcheck.8 fix add full path to README.logcheck-database.gz.
     (Closes: #328632)
 
   [ Jamie Penman-Smithson ]
@@ -32,7 +32,7 @@
     messages. (Closes: #331282)
   * Add first rules for tftpd, suppress 'connect' and 'get file' messages.
     (Closes: #333456)
-  * Fix dovecot rules to match the new format log messages in 1.0. 
+  * Fix dovecot rules to match the new format log messages in 1.0.
     (Closes: #332707, #333461)
   * Fix proftpd rules to match ipv6 addresses. Thanks to Elmar Hoffmann
     <elho at elho.net> (Closes: #332807)
@@ -60,8 +60,9 @@
     <mnencia at prato.linux.it> (Closes: #327114)
   * Add INSTALL documentation for manual/non-Debian installation.
   * Add 5 receive rules for hylafax's FaxGetty.
+  * Call adduser without --home flag in postinst. (Closes: #312393)
 
- -- maximilian attems <maks at sternwelten.at>  Wed, 14 Sep 2005 12:05:59 +0200
+ -- Todd Troxell <ttroxell at debian.org>  Sat, 22 Oct 2005 23:14:54 -0400
 
 logcheck (1.2.41) unstable; urgency=low
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2005/10/15 23:04:40	1.40
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2005/10/23 03:21:23	1.41
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.40 2005/10/15 23:04:40 jlps-guest Exp $
+# $Id: logcheck.postinst,v 1.41 2005/10/23 03:21:23 ttroxell Exp $
 
 set -e
 
@@ -31,8 +31,7 @@
 	# check for logcheck user or bad version without home
 	# touch cron job on updating accounts to fix #284788
 	if ! getent passwd logcheck > /dev/null; then
-	  adduser --quiet --system --no-create-home --group \
-	      --home /var/lib/logcheck logcheck || true
+	  adduser --quiet --system --no-create-home --group logcheck ||true
 	  touch /etc/cron.d/logcheck || true
     	elif dpkg --compare-versions "$2" eq 1.2.19; then
 	   usermod -d /var/lib/logcheck logcheck > /dev/null 2>&1 || true



More information about the Logcheck-commits mailing list