[Logcheck-commits] CVS logcheck/src

CVS User ttroxell logcheck-devel at lists.alioth.debian.org
Sun Feb 19 13:52:27 UTC 2006


Update of /cvsroot/logcheck/logcheck/src
In directory haydn:/tmp/cvs-serv20455/src

Modified Files:
	logcheck 
Log Message:
Bugfix release: 1.2.43a

bug found upon upgrade of logcheck (found thanks to new rulefile check)
-User installs logcheck, group of /etc/logcheck get set at postinst
-User upgrades logcheck _which contains new rulefiles_
-Because it's an upgrade > 1.2.39, the chgrp never happens

For now, I'm removing the conditional, which shouldn't be too disruptive.
I'm also including some changes I accidentally left out of .43 proper, which
are listed in the prior changelog entry.


--- /cvsroot/logcheck/logcheck/src/logcheck	2006/02/16 17:38:45	1.134
+++ /cvsroot/logcheck/logcheck/src/logcheck	2006/02/19 13:52:26	1.135
@@ -22,7 +22,7 @@
 # along with Logcheck; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-# $Id: logcheck,v 1.134 2006/02/16 17:38:45 jlps-guest Exp $
+# $Id: logcheck,v 1.135 2006/02/19 13:52:26 ttroxell Exp $
 
 if [ $UID == 0 ]; then
     echo "logcheck should not be run as root. Use su to invoke logcheck:"
@@ -53,7 +53,7 @@
 
 # Get the details for the email message
 DATE="$(date +'%Y-%m-%d %H:%M')"
-VERSION="1.2.43"
+VERSION="1.2.43a"
 
 # Set the default report level
 REPORTLEVEL="server"



More information about the Logcheck-commits mailing list