Parent Directory | Revision Log | Revision Graph | Patch
Revision 1.1 by jpp, Sat Jul 30 02:25:40 2022 UTC | Revision 1.2 by jpp, Mon Aug 1 18:04:51 2022 UTC | |
---|---|---|
# | Line 44 diff -Nur --no-dereference e-smith-email | Line 44 diff -Nur --no-dereference e-smith-email |
44 | + | + |
45 | +exit 0 if ( -f $new_file ) ; | +exit 0 if ( -f $new_file ) ; |
46 | +exit 0 unless ( -f $original_file ) ; | +exit 0 unless ( -f $original_file ) ; |
47 | +while ( -f /run/lock/fetchmail/fetchmail.pid ) { | +while ( -f "/run/lock/fetchmail/fetchmail.pid" ) { |
48 | + print "waiting for fetchmail to finish"; | + print "waiting for fetchmail to finish"; |
49 | + sleep 10; | + sleep 10; |
50 | +} | +} |
|
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |