Merge from vendor branch LIBARCHIVE:
[dragonfly.git] / etc / printcap
1 #       @(#)printcap    5.3 (Berkeley) 6/30/90
2 # $FreeBSD: src/etc/printcap,v 1.10.2.2 2002/08/07 10:33:39 blackend Exp $
3 # $DragonFly: src/etc/printcap,v 1.2 2003/06/17 04:24:45 dillon Exp $
4
5 #
6 # This enables a simple local "raw" printer, hooked up to the first
7 # parallel port.  No kind of filtering is done, so everything you pass
8 # to the "lpr" command will be printed unmodified.
9 #
10 # Remember, for further print queues you're going to add, you have
11 # to choose different spool directories (the "sd" capability below),
12 # otherwise you will greatly confuse lpd.
13 #
14 # For some advanced printing, have a look at the "apsfilter" package.
15 # It plugs into the lpd system, allowing you to print a variety of
16 # different file types by converting everything to PostScript(tm)
17 # format.  For more information about apsfilter visit
18 #
19 #            http://www.apsfilter.org/
20 #
21 # If you don't have a PostScript(tm) printer, don't panic, but do
22 # also install the latest "ghostscript" package for best printer support.
23 #
24 # Do also refer to the "printing" section of the handbook.  
25 #
26 #       http://www.freebsd.org/doc/handbook/printing.html
27 #
28 # A local copy can be found under
29 #
30 #       /usr/share/doc/handbook/handbook.{html,latin1}.
31 #
32 # Banner pages are now suppressed by default.  Remove the :sh: capability
33 # to turn them back on.
34 #
35 #lp|local line printer:\
36 #       :sh:\
37 #       :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
38 #
39 # Sample remote printer.  The physical printer is on machine "lphost".
40 # You can perform any kind of local filtering directly.  If you need
41 # local filters (e.g. LF -> CR-LF conversion for HP printers), create
42 # a filter script that sends the proper escape sequence to the printer
43 # and then concatenates stdin to stdout.
44 #
45 #remote|sample remote printer:\
46 #       :sh:\
47 #       :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs:\
48 #       :if=/usr/local/libexec/if-script:
49 #
50 # Simple Russian printer with hardware CP866 character set, output filter
51 # used for KOI8-R -> CP866 conversion
52 #
53 #lp|Russian local line printer:\
54 #       :sh:of=/usr/libexec/lpr/ru/koi2alt:\
55 #       :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: