Subject: remote printing to local machine.
To: None <tech-userlevel@NetBSD.ORG>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-userlevel
Date: 10/18/1997 10:48:21
After the merge of lite-2, lpd no longer accept remote printing to
local machine, saying that `no line printer device or host name'.

That immediate reason is in the function openpr() of lpd/printjob.c,
`if (RM != NULL) { ... ; remote = 1 }' is replaced with `if (remote)
{ ...}', but it seems for me it is straightfoward letting
checkremote() to set `remote' to 1 even if RM is actuall local
machine.

How about?

enami.