[Logcheck-commits] CVS logcheck/debian
CVS User maks-guest
logcheck-devel@lists.alioth.debian.org
Mon, 19 Jul 2004 07:57:12 -0600
Update of /cvsroot/logcheck/logcheck/debian
In directory haydn:/tmp/cvs-serv29807/debian
Modified Files:
logcheck.postinst
Log Message:
remove unused true catch because of /var/state/logcheck removal.
--- /cvsroot/logcheck/logcheck/debian/logcheck.postinst 2004/07/19 09:54:54 1.17
+++ /cvsroot/logcheck/logcheck/debian/logcheck.postinst 2004/07/19 13:57:11 1.18
@@ -1,6 +1,6 @@
#!/bin/sh
-# $Id: logcheck.postinst,v 1.17 2004/07/19 09:54:54 maks-guest Exp $
+# $Id: logcheck.postinst,v 1.18 2004/07/19 13:57:11 maks-guest Exp $
set -e
@@ -45,7 +45,6 @@
if dpkg --compare-versions "$2" lt 1.2.23; then
# Fix Permissions
chown -R logcheck:logcheck /var/lib/logcheck || true
- || true
chgrp -R logcheck /etc/logcheck || true
chmod 750 /etc/logcheck/ignore.d.paranoid || true
chmod 750 /etc/logcheck/ignore.d.workstation || true