]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
-Stolen from RH.
authordobrek <dobrek@pld-linux.org>
Fri, 27 Apr 2001 15:44:35 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-direct.patch -> 1.1

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

diff --git a/LPRng-direct.patch b/LPRng-direct.patch
new file mode 100644 (file)
index 0000000..ca6c79a
--- /dev/null
@@ -0,0 +1,11 @@
+--- LPRng-3.7.4/src/common/vars.c.sopwith      Fri Mar 16 18:11:06 2001
++++ LPRng-3.7.4/src/common/vars.c      Fri Mar 16 18:11:15 2001
+@@ -186,7 +186,7 @@
+    /* printers that we should query for status information */
+ { "destinations", 0, STRING_K, &Destinations_DYN,0,0},
+    /* allow LPR to make direct socket connection to printer */
+-{ "direct", 0, STRING_K, &Direct_DYN,0,0},
++{ "direct", 0, FLAG_K, &Direct_DYN,0,0},
+    /* drop root permissions after binding to listening port */
+ { "drop_root", 0, FLAG_K, &Drop_root_DYN,0,0},
+    /* exit linger timeout to wait for socket to close */
This page took 0.03147 seconds and 4 git commands to generate.