]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-pr.patch
- added types patch (should fix SEGV on 64-bit archs, BTS#708)
[packages/LPRng.git] / LPRng-pr.patch
1 --- LPRng-3.8.4/src/common/vars.c.pr    Mon Jan 21 11:37:13 2002
2 +++ LPRng-3.8.4/src/common/vars.c       Mon Jan 21 11:37:15 2002
3 @@ -374,7 +374,7 @@
4     /*  page length (in lines) */
5  { "pl", 0,  INTEGER_K,  &Page_length_DYN,0,0,"=66"},
6     /*  pr program for p format */
7 -{ "pr", 0,  STRING_K,  &Pr_program_DYN,0,0,"=/bin/pr"},
8 +{ "pr", 0,  STRING_K,  &Pr_program_DYN,0,0,"=/usr/bin/pr"},
9     /* prefix control file line to line, "Z O" -> Z to O, "OS Z" does O and S to Z */
10  { "prefix_option_to_option", 0, STRING_K, &Prefix_option_to_option_DYN,0,0},
11     /* prefix these -Z options to start of options list on outgoing or filters */
This page took 0.056916 seconds and 3 git commands to generate.