Is there an alternate method of remote printing?

Bruce G. Barnett barnett at crdgw1.crd.ge.com
Sat May 27 02:26:45 AEST 1989


In article <568 at laic.UUCP>, root at nova (The Root of all evil) writes:

You said it. the address root at nova.laic.uucp is nonsense.
laic.uucp is not a domain.

>I am trying to set up a print queue from machine A that prints on
>machine B.  I do not want to put machine A into hosts.equiv on machine B.
>Machine B is a Sun running SunOS 3.4.  Is there a way to do this (such
>as a filter that does rsh) or am I stuck?

create the file /etc/hosts.print. Put a plus sign in it.
	echo "+" >/etc/hosts.print

edit the file /usr/lib/lpd so that "/etc/hosts.equiv" is now "/etc/hosts.print"

Note:
	1) the string is still the same size, but a different value
	2) you need an editor that will let you edit a binary file
	   You can use emacs. Some binary editors appeared in
	   comp.sources. Also - There are some programs that
	   convert od(1) output into binary. convert lpd to ascii,
	   edit, convert back to binary.

--
Bruce G. Barnett	<barnett at crdgw1.ge.com>  a.k.a. <barnett@[192.35.44.4]>
			uunet!crdgw1.ge.com!barnett barnett at crdgw1.UUCP



More information about the Comp.unix.questions mailing list