--- LPRng-3.8.1/src/common/checkpc.c.orig Sun Nov 18 12:24:42 2001 +++ LPRng-3.8.1/src/common/checkpc.c Sun Nov 18 12:25:17 2001 @@ -458,7 +458,8 @@ } } /* we update all real files in this directory */ - Check_file( cf_name, Fix, 0, 0 ); + if ( jobfile ) + Check_file( cf_name, Fix, 0, 0 ); } closedir(dir);