]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-jobfilescan.patch
- I dont remember from where is it (probably from rawhide :).
[packages/LPRng.git] / LPRng-jobfilescan.patch
1 --- LPRng-3.7.3/src/common/checkpc.c.jobfilescan        Thu Mar 29 14:58:23 2001
2 +++ LPRng-3.7.3/src/common/checkpc.c    Thu Mar 29 14:59:51 2001
3 @@ -440,7 +440,7 @@
4                                 continue;
5                         }
6                 }
7 -               Check_file( cf_name, Fix, 0, 0 );
8 +               if ( jobfile ) Check_file( cf_name, Fix, 0, 0 );
9         }
10         closedir(dir);
11  
This page took 0.024808 seconds and 3 git commands to generate.