[Logcheck-commits] CVS logcheck/src

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Fri, 04 Jun 2004 03:25:58 -0600


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

Modified Files:
	logcheck 
Log Message:

no need of a .* pattern for that regex


--- /cvsroot/logcheck/logcheck/src/logcheck	2004/06/04 09:21:17	1.48
+++ /cvsroot/logcheck/logcheck/src/logcheck	2004/06/04 09:25:58	1.49
@@ -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.48 2004/06/04 09:21:17 maks-guest Exp $
+# $Id: logcheck,v 1.49 2004/06/04 09:25:58 maks-guest Exp $
 
 
 # Set the umask
@@ -314,7 +314,7 @@
 	        fi
 
 	        # Now apply any local-* files
-	        for file in $(ls -1 $ignore/ | grep "local-.*") ; do
+	        for file in $(ls -1 $ignore/ | grep "local-") ; do
 	    	    cleanchecked "$ignore/$file"
 	        done
 	    fi