[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel@lists.alioth.debian.org
Sun, 31 Oct 2004 21:29:23 -0700


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

Modified Files:
	changelog logcheck.postinst 
Log Message:
fix b0rked group check logic
mark FTBFS bug closed
cred maks for better postinst logic


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/11/01 03:15:20	1.270
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/11/01 04:29:23	1.271
@@ -11,6 +11,7 @@
   * Added rules for perdition, postfix, pure-ftpd, snmpd.
     thanks to Brendon Baumgartner <brendon@brendon.com>
   * Small enhancment courier rule.
+  * Simplify logic in logcheck-postinst.
   jamie:
   * Add rules for dnsmasq. (closes: #277636)
   * Add rules for hylafax.
@@ -18,6 +19,8 @@
   alfie:
   * Fix sed error to really remove trailing spaces. (closes: #278337)
   * Add myself to uploaders field because of stable releases.
+  todd:
+  * Remove chown from debian/rules.  (closes: #277782)
 
  -- 
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/10/28 18:36:58	1.22
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/11/01 04:29:23	1.23
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.22 2004/10/28 18:36:58 maks-guest Exp $
+# $Id: logcheck.postinst,v 1.23 2004/11/01 04:29:23 ttroxell Exp $
 
 set -e
 
@@ -36,7 +36,7 @@
 	   usermod -d /var/lib/logcheck logcheck > /dev/null 2>&1 || true
 	fi
 	# check for logcheck in adm group
-	if ! getent group logcheck > /dev/null; then
+	if ! getent group adm |grep logcheck > /dev/null; then
 	  adduser --quiet logcheck adm || true
 	fi  
 	# Remove old directory