Date: Wed, 10 Nov 1999 17:56:28 +0100 (MET) From: Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de> To: Greg Lehey <grog@lemis.com> Cc: Ariel Burbaickij <Ariel.Burbaickij@mni.fh-giessen.de>, Giorgos Keramidas <keramida@ceid.upatras.gr>, freebsd-questions@FreeBSD.ORG Subject: pardon have forgotten to attach printcap here it is Message-ID: <Pine.GSO.4.10.9911101755460.4072-200000@sun7> In-Reply-To: <19991110103625.08184@mojave.sitaranetworks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
[-- Attachment #2 --]
##### @(#)printcap 5.3 (Berkeley) 6/30/90
##### $Id: printcap,v 1.9 1998/02/04 12:09:06 ache Exp $
####
#####
##### This enables a simple local "raw" printer, hooked up to the first
##### parallel port. No kind of filtering is done, so everything you
##### pass to the "lpr" command will be printed unmodified.
#####
##### Remember, for further print queues you're going to add, you have to
##### chose different spool directories (the "sd" capability below),
##### otherwise you will greatly confuse lpd.
#####
##### For some advanced printing, have a look at the "apsfilter" package.
##### It plugs into the lpd system, allowing you to print a variety of
##### different file types by converting everything to PostScript(tm)
##### format. If you don't have a PostScript(tm) printer, don't panic,
##### but do also install the "ghostscript" package.
#####
##### Do also refer to section 7 (Printing) of the handbook. A local copy
##### can be found under /usr/share/doc/handbook/handbook.{html,latin1}.
#####
##### Banner pages are now suppressed by default. Remove the :sh:
##### capability to turn them back on.
#####
###lp|local line printer:\
### :sh:\
### :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
### :if=/usr/local/libexec/lpr/freebsug
##### Sample remote printer. The physical printer is on machine "lphost".
##### NB: you cannot perform any kind of local filtering directly. If
##### you need local filters (e.g. LF -> CR-LF conversion for HP printers),
##### create a filter script that recursively calls lpd with another -P
##### argument after filtering.
#####
#####remote|sample remote printer:\
##### :sh:\
##### :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:
#####
##### Simple Russian printer with hardware CP866 character set, output filter
##### used for KOI8-R -> CP866 conversion
#####
###lp|Russian local line printer:\
### :sh:of=/usr/libexec/lpr/ru/koi2alt:\
### :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
# LABEL apsfilter
# apsfilter setup Tue Oct 19 20:27:32 CEST 1999
#
# APS_BASEDIR:/usr/local/apsfilter
#
#
ascii|lp1|bj200-a4-ascii-mono|bj200 ascii mono:\
:lp=/dev/lpt0:\
:sd=/var/spool/bj200-a4-ascii-mono:\
:lf=/var/spool/bj200-a4-ascii-mono/log:\
:af=/var/spool/bj200-a4-ascii-mono/acct:\
:if=/usr/local/apsfilter/filter/aps-bj200-a4-ascii-mono:\
:mx#0:\
:sh:
#
lp|lp2|bj200-a4-auto-mono|bj200 auto mono:\
:lp=/dev/lpt0:\
:sd=/var/spool/bj200-a4-auto-mono:\
:lf=/var/spool/bj200-a4-auto-mono/log:\
:af=/var/spool/bj200-a4-auto-mono/acct:\
:if=/usr/local/apsfilter/filter/aps-bj200-a4-auto-mono:\
:mx#0:\
:sh:
#
raw|lp3|bj200-a4-raw|bj200 auto raw:\
:lp=/dev/lpt0:\
:sd=/var/spool/bj200-raw:\
:lf=/var/spool/bj200-raw/log:\
:af=/var/spool/bj200-raw/acct:\
:if=/usr/local/apsfilter/filter/aps-bj200-a4-raw:\
:mx#0:\
:sh:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.9911101755460.4072-200000>
