Changeset 2658

Show
Ignore:
Timestamp:
01/22/10 23:32:51 (6 months ago)
Author:
mlutfy
Message:

fix path to fetchmail pid

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • alternc-bounces/trunk/src/alternc_bounces_process_wrapper

    r2657 r2658  
    3232 
    3333while [ -n "$HASMORE" ]; do 
    34         OUTPUT=`fetchmail --pidfile /var/run/alternc-bounces/ -s -B 1 -f /etc/alternc/fetchmailrc-bounces` 
     34        OUTPUT=`fetchmail --pidfile /var/run/alternc-bounces/fetchmail.pid -s -B 1 -f /etc/alternc/fetchmailrc-bounces` 
    3535        HASMORE=`echo $OUTPUT | grep -E  "(messages left|1 message left)"` 
    3636done