[Logcheck-commits] CVS logcheck/src

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Thu, 13 May 2004 15:36:29 -0600


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

Modified Files:
	logcheck 
Log Message:

fix my errors before they become too apparent.. ;)


--- /cvsroot/logcheck/logcheck/src/logcheck	2004/05/13 20:51:30	1.19
+++ /cvsroot/logcheck/logcheck/src/logcheck	2004/05/13 21:36:28	1.20
@@ -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.19 2004/05/13 20:51:30 maks-guest Exp $
+# $Id: logcheck,v 1.20 2004/05/13 21:36:28 maks-guest Exp $
 
 
 # Set the umask
@@ -230,7 +230,7 @@
 	subject="$HOSTNAME $DATE $*"
     fi
     if [ $ADDTAG = "yes" ]; then
-        subject=SUBJECT="[logcheck] $SUBJECT"
+        subject=[logcheck] $subject"
     fi
 
     if [ $MAILOUT -eq 1 ]; then