Diff for /reports/sendletter.sh between versions 1.9 and 1.10

version 1.9, 2009/10/27 23:24:09 version 1.10, 2009/10/28 00:10:54
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.9  
changed lines
  Added in v.1.10


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