]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:40:20 +0000 (23:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-jobfilescan.patch -> 1.4
    LPRng-manpage.patch -> 1.2
    LPRng-pr.patch -> 1.2

LPRng-jobfilescan.patch [deleted file]
LPRng-manpage.patch [deleted file]
LPRng-pr.patch [deleted file]

diff --git a/LPRng-jobfilescan.patch b/LPRng-jobfilescan.patch
deleted file mode 100644 (file)
index a68b392..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- LPRng-3.8.1/src/common/checkpc.c.orig      Sun Nov 18 12:24:42 2001
-+++ LPRng-3.8.1/src/common/checkpc.c   Sun Nov 18 12:25:17 2001
-@@ -458,7 +458,8 @@
-                       }
-               }
-               /* we update all real files in this directory */
--              Check_file( cf_name, Fix, 0, 0 );
-+              if ( jobfile )
-+                      Check_file( cf_name, Fix, 0, 0 );
-       }
-       closedir(dir);
diff --git a/LPRng-manpage.patch b/LPRng-manpage.patch
deleted file mode 100644 (file)
index 057484f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- LPRng-3.7.4/man/lpr.1.dest Fri Feb  2 09:03:49 2001
-+++ LPRng-3.7.4/man/lpr.1      Fri Feb  2 09:04:19 2001
-@@ -261,7 +261,7 @@
- the destination printer
- is taken from
- the command line
--.I dest
-+.I printer
- value,
- then
- the environment variables
diff --git a/LPRng-pr.patch b/LPRng-pr.patch
deleted file mode 100644 (file)
index 1d72aa7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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.027944 seconds and 4 git commands to generate.