*BSD News Article 85244


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!spool.mu.edu!howland.erols.net!www.nntp.primenet.com!nntp.primenet.com!nntp.uio.no!nntp.uib.no!nntp-bergen.UNINETT.no!nntp-trd.UNINETT.no!news.uni-c.dk!news-inn.uni-c.dk!news.uni-c.dk!newsfeed.cs.auc.dk!news
From: anek93@kom.auc.dk (Arne Norre Ekstroem)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Q: remote printing
Date: 19 Dec 1996 16:50:06 GMT
Organization: Aalborg University - Dep. of Communication Technology
Lines: 20
Message-ID: <59brnu$ll5@newsfeed.cs.auc.dk>
References: <01bbec8b$37087110$373bf5c0@sequel>
Reply-To: anek93@kom.auc.dk
NNTP-Posting-Host: aleko.kom.auc.dk
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:32798

In article <01bbec8b$37087110$373bf5c0@sequel>, "JinG" <jing@exchanger.scs.com.sg> writes:
> 
> How to print from freeBSD to another printer on remote Host(such as sun
> workstation)?
> 

I use the following /etc/printcap:

# My printcap....
# Do remote printing on royal as default. Use /var/spool/lpd/royal for spooling.
lp|HP LaserJet 5L:\
        :lp=:rm=royal:rp=lp:sd=/var/spool/lpd/royal:
# End of printcap
 

You may want to Read the Linux Printing HOWTO, it tells the whole story...

\Arne