]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- fix path to pr program.
authorkloczek <kloczek@pld-linux.org>
Tue, 11 Jun 2002 09:58:24 +0000 (09:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-pr.patch -> 1.1

LPRng-pr.patch [new file with mode: 0644]

diff --git a/LPRng-pr.patch b/LPRng-pr.patch
new file mode 100644 (file)
index 0000000..1d72aa7
--- /dev/null
@@ -0,0 +1,11 @@
+--- LPRng-3.8.4/src/common/vars.c.pr   Mon Jan 21 11:37:13 2002
++++ LPRng-3.8.4/src/common/vars.c      Mon Jan 21 11:37:15 2002
+@@ -374,7 +374,7 @@
+    /*  page length (in lines) */
+ { "pl", 0,  INTEGER_K,  &Page_length_DYN,0,0,"=66"},
+    /*  pr program for p format */
+-{ "pr", 0,  STRING_K,  &Pr_program_DYN,0,0,"=/bin/pr"},
++{ "pr", 0,  STRING_K,  &Pr_program_DYN,0,0,"=/usr/bin/pr"},
+    /* prefix control file line to line, "Z O" -> Z to O, "OS Z" does O and S to Z */
+ { "prefix_option_to_option", 0, STRING_K, &Prefix_option_to_option_DYN,0,0},
+    /* prefix these -Z options to start of options list on outgoing or filters */
This page took 0.041216 seconds and 4 git commands to generate.