[Logcheck-commits] CVS logcheck/debian

CVS User ttroxell logcheck-devel@lists.alioth.debian.org
Sun, 09 May 2004 17:57:05 -0600


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

Modified Files:
	changelog logcheck.postinst 
Log Message:
Changed chmod in postinst per Martin Waitz's suggestion.  Yeah, this makes
alot more sense <:


--- /cvsroot/logcheck/logcheck/debian/changelog	2004/05/09 22:38:56	1.57
+++ /cvsroot/logcheck/logcheck/debian/changelog	2004/05/09 23:57:05	1.58
@@ -27,6 +27,8 @@
     set ttroxell@debian.org as uploader.
   * Bumped standards to 3.6.1.
   * Removed Python from Build-Depends-Indep.  Thanks, Alfie.
+  * Changed chmod to /etc/logcheck in postinst to use X flag instead of x.
+    Thanks, Martin Waitz
 
  -- 
 
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/05/07 07:57:36	1.9
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst	2004/05/09 23:57:05	1.10
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: logcheck.postinst,v 1.9 2004/05/07 07:57:36 ttroxell Exp $
+# $Id: logcheck.postinst,v 1.10 2004/05/09 23:57:05 ttroxell Exp $
 
 set -e
 
@@ -51,7 +51,7 @@
         chmod 750 /etc/logcheck/cracking.ignore.d || true
         chmod 750 /etc/logcheck/violations.d || true
         chmod 750 /etc/logcheck/violations.ignore.d || true
-	chmod -R g+rx /etc/logcheck || true
+	chmod -R g+rX /etc/logcheck || true
         # just in case
         chown logcheck /var/lock/logcheck &> /dev/null || true