]> git.pld-linux.org Git - packages/LPRng.git/blobdiff - LPRng-types.patch
- updated to 3.8.24
[packages/LPRng.git] / LPRng-types.patch
index 32f9a127d3c24dafab9cee52c139209fcbb8a46c..78105d089e029951e987a57ec157929845d0116d 100644 (file)
@@ -1,11 +1,20 @@
---- LPRng-3.8.21/src/common/vars.c.orig        Wed Apr 16 01:37:42 2003
-+++ LPRng-3.8.21/src/common/vars.c     Tue Aug  5 13:37:05 2003
-@@ -211,7 +211,7 @@
-    /*  string to send for a form feed */
- { "ff", 0,  STRING_K,  &Form_feed_DYN,0,0,"=\\f"},
-    /*  string to send for a form feed */
--{ "ff_separator", 0,  STRING_K,  &FF_separator_DYN,0,0,0},
-+{ "ff_separator", 0,  FLAG_K,  &FF_separator_DYN,0,0,0},
-    /* enforce FIFO (first in, first out) order */
- { "fifo", 0, STRING_K, &Fifo_DYN,0,0,0},
-    /* FIFO lock file */
+--- LPRng-3.8.23/src/include/lp.h.orig 2003-09-05 22:07:21.000000000 +0200
++++ LPRng-3.8.23/src/include/lp.h      2003-11-13 08:03:56.471808920 +0100
+@@ -267,7 +267,7 @@
+ EXTERN char* Chooser_DYN;     /* choose the destination for a load balance queue */
+ EXTERN int Chooser_interval_DYN;      /* interval between tests for load balance destination */
+ EXTERN int Chooser_scan_queue_DYN;    /* scan the queue */
+-EXTERN char* Chooser_routine_DYN;     /* choose the destination for a load balance queue */
++EXTERN int Chooser_routine_DYN;       /* choose the destination for a load balance queue */
+ EXTERN int Class_in_status_DYN;       /* Show class in status information */
+ EXTERN char* Comment_tag_DYN; /* comment identifying printer (LPQ) */
+ EXTERN char* Config_file_DYN;
+@@ -392,7 +392,7 @@
+ EXTERN char* Prefix_Z_DYN; /* prefix -Z options on outgoing or filter*/
+ EXTERN char* Prefix_option_to_option_DYN; /* prefix option to option, ie, "z,o" */
+ EXTERN char* Printcap_path_DYN;
+-EXTERN char* Printer_DYN;             /* Printe r name for logging */
++/* EXTERN char* Printer_DYN; duplicate??? */          /* Printe r name for logging */
+ EXTERN char* Printer_DYN;     /* printer name */
+ EXTERN char* Printer_perms_path_DYN;
+ EXTERN char* Queue_name_DYN;  /* Queue name used for spooling */
This page took 0.058679 seconds and 4 git commands to generate.