[JSPDBAdmin-cvs] CVS: CVSROOT syncmail,1.2,1.3
Status: Planning
Brought to you by:
aalmenar
From: Adrian A. <aal...@us...> - 2002-09-03 02:11:07
|
Update of /cvsroot/jspdbadmin/CVSROOT In directory usw-pr-cvs1:/tmp/cvs-serv16624 Modified Files: syncmail Log Message: Little Changes Index: syncmail =================================================================== RCS file: /cvsroot/jspdbadmin/CVSROOT/syncmail,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- syncmail 3 Sep 2002 01:01:48 -0000 1.2 +++ syncmail 3 Sep 2002 02:11:04 -0000 1.3 @@ -68,7 +68,7 @@ import getopt # Notification command -MAILCMD = '/bin/mail -s "CVS: %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null' +MAILCMD = '/bin/mail -s "cvs commit: %(SUBJECT)s" %(PEOPLE)s 2>&1 > /dev/null' # Diff trimming stuff DIFF_HEAD_LINES = 20 |