[Logcheck-commits] CVS logcheck/src

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Tue, 18 May 2004 03:07:37 -0600


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

Modified Files:
	logcheck 
Log Message:

fix broken ident, wanted to use 80 chars..


--- /cvsroot/logcheck/logcheck/src/logcheck	2004/05/18 08:55:05	1.30
+++ /cvsroot/logcheck/logcheck/src/logcheck	2004/05/18 09:07:37	1.31
@@ -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.30 2004/05/18 08:55:05 maks-guest Exp $
+# $Id: logcheck,v 1.31 2004/05/18 09:07:37 maks-guest Exp $
 
 
 # Set the umask
@@ -276,8 +276,7 @@
 	    # Raise entries that match
 	    if [ -n "$ignore" -a -f "$ignore/$(basename $grepfile)" ]; then
 		cleanchecked "$ignore/$(basename $grepfile)"
-	    elif [ -n "$ignore" -a -f
-	           "$ignore/logcheck-$(basename $grepfile)" ]; then
+	    elif [ -n "$ignore" -a -f "$ignore/logcheck-$(basename $grepfile)" ]; then
 		cleanchecked "$ignore/logcheck-$(basename $grepfile)"
 	    fi