/[pkg-listmaster]/trunk/spamassassin_config/update_spamassassin
ViewVC logotype

Diff of /trunk/spamassassin_config/update_spamassassin

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 75 by don, Tue Oct 23 07:26:56 2007 UTC revision 87 by don, Mon Oct 29 07:21:06 2007 UTC
# Line 52  function report_failure(){ Line 52  function report_failure(){
52      if [ -e "$SACONFIG/failed_update" ]; then      if [ -e "$SACONFIG/failed_update" ]; then
53          exit 0;          exit 0;
54      fi;      fi;
55      echo "$FAILURE_MESSAGE" >> "$SACONFIG/failed_update"      echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"
56      echo "$FAILURE_MESSAGE";      echo "$FAILUREMESSAGE";
57      echo      cat - <<EOF;
58      echo "update_spamassassin will not report any additional errors until this is fixed"  
59    Update_spamassassin will not report any additional errors until this
60    is fixed.
61    
62    Please fix the problem and then remove
63    $SACONFIG/failed_update
64    EOF
65      exit 1;      exit 1;
66  }  }
67    

Legend:
Removed from v.75  
changed lines
  Added in v.87

  ViewVC Help
Powered by ViewVC 1.1.5