Diff for /reports/sendletter.sh between versions 1.6 and 1.7

version 1.6, 2007/08/21 03:57:16 version 1.7, 2008/01/13 22:08:44
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 ADDRESS="chronicles@chgk.info"  #ADDRESS="chronicles@chgk.info"
 #ADDRESS=boris  ADDRESS=boris
 PREFIX=http://letopis.chgk.info  PREFIX=http://letopis.chgk.info
 if ( grep html results.txt > letter1.txt ) ; then  if ( grep html results.txt > letter1.txt ) ; then
     echo "Sending notification to $ADDRESS"      echo "Sending notification to $ADDRESS"

Removed from v.1.6  
changed lines
  Added in v.1.7


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>