checkpc reports this:
Pc_var_list: 'require_explicit_q' >= 'require_configfiles'

Which, I think, is Patrickish for "require_explicit_q is alphabetically
after require_configfiles but it appears before in the lpd.conf file".

Here is my big patch:

--- src/common/vars.c.orig      Thu Nov 29 08:35:34 2001
+++ src/common/vars.c   Thu Nov 29 08:36:01 2001
@@ -391,10 +391,10 @@
 { "remove_z", 0, STRING_K, &Remove_Z_DYN,0,0},
    /*  report server as this value for LPQ status */
 { "report_server_as", 0,  STRING_K,  &Report_server_as_DYN,0,0},
-   /* require default queue to be explicitly set */
-{ "require_explicit_q", 0, FLAG_K, &Require_explicit_Q_DYN,0,0,"0"},
    /*  client requires lpd.conf, printcap */
 { "require_configfiles", 0,  FLAG_K,  &Require_configfiles_DYN,0,0,"=" 
REQUIRE_CONFIGFILES},
+   /* require default queue to be explicitly set */
+{ "require_explicit_q", 0, FLAG_K, &Require_explicit_Q_DYN,0,0,"0"},
    /*  retry on ECONNREFUSED error */
 { "retry_econnrefused", 0,  FLAG_K,  &Retry_ECONNREFUSED_DYN,0,0,"1"},
    /*  retry making connection even when link is down */
-- 
Craig Small VK2XLZ  GnuPG:1C1B D893 1418 2AF4 45EE  95CB C76C E5AC 12CA DFA5
Eye-Net Consulting http://www.eye-net.com.au/        <[EMAIL PROTECTED]>
MIEEE <[EMAIL PROTECTED]>                 Debian developer <[EMAIL PROTECTED]>

-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.  For the impatient,
to subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------

Reply via email to