Henrik Edlund wrote: > > In the example file lpd.perms.example one can see that a line can be split > using backslash, new line and indention. I put the following in my > lpd.perms and it fails, but if I put it on one line it works. A bug in the > lpd.perms parser perhaps? > > Not working: > > ACCEPT SERVICE=X REMOTEIP=10.0.176.0/255.255.254.0,\ > 10.0.179.0/255.255.255.0 > > Working: > > ACCEPT SERVICE=X REMOTEIP=10.0.176.0/255.255.254.0,10.0.179.0/255.255.255.0 > Well, it looks like you've introduced whitespace by putting it at the beginning of the second line. Is that legal? (If it is, another possibility might be whitespace after the backslash.)
-- - Dave Lovelace [EMAIL PROTECTED] [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. -----------------------------------------------------------------------------
