Diff for /reports/sendletter.sh between versions 1.3 and 1.4

version 1.3, 2003/05/26 03:27:29 version 1.4, 2003/07/18 01:50:34
Line 1 Line 1
 #!/bin/sh  #!/bin/sh
 ADDRESS="chronicles@chgk.info"  ADDRESS="chronicles@chgk.info"
 #ADDRESS=boris  #ADDRESS=boris
 PREFIX=http://znatoki.kulichki.net/boris/reports  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"
     echo > letter.txt      echo > letter.txt

Removed from v.1.3  
changed lines
  Added in v.1.4


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