diff options
author | Juri Jensen <juri@xenux.dk> | 2001-09-13 13:06:06 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2001-09-13 13:06:06 +0000 |
commit | f1847d55033af2bb5d9fbee6a3845534e0d329fc (patch) | |
tree | b9450c1ff2f690f7159bfa4f7d474027e0229c5f /printcap.xenuxlocal | |
parent | a06f2d5e639d6a3bdeeb3062ebc754cce287eb19 (diff) |
* Added printcap.xenuxlocal
* Added some checks to cf.services.file to determine which services is
running and define classes based on that.
# Corrected a few errors.
* Only lprng is supported in cf.services.file - cups is about to come.
Diffstat (limited to 'printcap.xenuxlocal')
-rw-r--r-- | printcap.xenuxlocal | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/printcap.xenuxlocal b/printcap.xenuxlocal new file mode 100644 index 0000000..07ea5a6 --- /dev/null +++ b/printcap.xenuxlocal @@ -0,0 +1,15 @@ +lp|brlaser|Brother 1270N:\ + :lp=:\ + :sd=/var/spool/lpd/brlaser:\ + :rm=192.168.200.10:\ + :rp=POSTSCRIPT_P1:\ + :af=/var/log/lp-acct:\ + :lf=/var/log/lp-errs: + +lp1|brlasertxt|Brother 1270N Text Only:\ + :lp=:\ + :sd=/var/spool/lpd/brlasertxt:\ + :rm=192.168.200.10:\ + :rp=TEXT_P1:\ + :af=/var/log/lp-acct:\ + :lf=/var/log/lp-errs: |