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

version 1.7, 2008/01/13 22:08:44 version 1.8, 2008/01/15 02:27:22
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.7  
changed lines
  Added in v.1.8


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