]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-jobfilescan.patch
- removed requirement for mounted /proc (& BR: procps)
[packages/LPRng.git] / LPRng-jobfilescan.patch
1 --- LPRng-3.8.1/src/common/checkpc.c.orig       Sun Nov 18 12:24:42 2001
2 +++ LPRng-3.8.1/src/common/checkpc.c    Sun Nov 18 12:25:17 2001
3 @@ -458,7 +458,8 @@
4                         }
5                 }
6                 /* we update all real files in this directory */
7 -               Check_file( cf_name, Fix, 0, 0 );
8 +               if ( jobfile )
9 +                       Check_file( cf_name, Fix, 0, 0 );
10         }
11         closedir(dir);
12  
This page took 0.032788 seconds and 3 git commands to generate.