--- rpms/e-smith-email/sme10/e-smith-email-5.6.0-bz12131-fetchids.patch 2022/07/30 02:25:40 1.1 +++ rpms/e-smith-email/sme10/e-smith-email-5.6.0-bz12131-fetchids.patch 2022/08/01 18:04:51 1.2 @@ -44,7 +44,7 @@ diff -Nur --no-dereference e-smith-email + +exit 0 if ( -f $new_file ) ; +exit 0 unless ( -f $original_file ) ; -+while ( -f /run/lock/fetchmail/fetchmail.pid ) { ++while ( -f "/run/lock/fetchmail/fetchmail.pid" ) { + print "waiting for fetchmail to finish"; + sleep 10; +}