/[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 137 by don, Thu Feb 7 21:19:39 2008 UTC revision 151 by don, Thu Feb 14 19:13:53 2008 UTC
# Line 50  function report_failure(){ Line 50  function report_failure(){
50      # Hrm; a previous update failed; don't report again until the file      # Hrm; a previous update failed; don't report again until the file
51      # is removed      # is removed
52      if [ -e "$SACONFIG/failed_update" ]; then      if [ -e "$SACONFIG/failed_update" ]; then
53            rm -rf "$TMPDIR"
54          exit 0;          exit 0;
55      fi;      fi;
56      echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"      echo "$FAILUREMESSAGE" >> "$SACONFIG/failed_update"
# Line 62  is fixed. Line 63  is fixed.
63  Please fix the problem and then remove  Please fix the problem and then remove
64  $SACONFIG/failed_update  $SACONFIG/failed_update
65  EOF  EOF
66        rm -rf "$TMPDIR"
67      exit 1;      exit 1;
68  }  }
69    

Legend:
Removed from v.137  
changed lines
  Added in v.151

  ViewVC Help
Powered by ViewVC 1.1.5