]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-jobfilescan.patch
- drop setgroups (patch from rawhide).
[packages/LPRng.git] / LPRng-jobfilescan.patch
CommitLineData
2e1ef29e 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.068246 seconds and 4 git commands to generate.