]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-direct.patch
- ac/am temporary fix
[packages/LPRng.git] / LPRng-direct.patch
CommitLineData
6e8432af 1--- LPRng-3.7.4/src/common/vars.c.sopwith Fri Mar 16 18:11:06 2001
2+++ LPRng-3.7.4/src/common/vars.c Fri Mar 16 18:11:15 2001
3@@ -186,7 +186,7 @@
4 /* printers that we should query for status information */
5 { "destinations", 0, STRING_K, &Destinations_DYN,0,0},
6 /* allow LPR to make direct socket connection to printer */
7-{ "direct", 0, STRING_K, &Direct_DYN,0,0},
8+{ "direct", 0, FLAG_K, &Direct_DYN,0,0},
9 /* drop root permissions after binding to listening port */
10 { "drop_root", 0, FLAG_K, &Drop_root_DYN,0,0},
11 /* exit linger timeout to wait for socket to close */
This page took 0.062461 seconds and 4 git commands to generate.