Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc Use /var/spool/lpd/XXX as pool directory, not /var/spool...



details:   https://anonhg.NetBSD.org/src/rev/8c8ab26876e4
branches:  trunk
changeset: 480688:8c8ab26876e4
user:      abs <abs%NetBSD.org@localhost>
date:      Mon Jan 17 18:56:08 2000 +0000

description:
Use /var/spool/lpd/XXX as pool directory, not /var/spool/output/XXX
Intended to address PR #8551

diffstat:

 etc/printcap |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 775388e8cab4 -r 8c8ab26876e4 etc/printcap
--- a/etc/printcap      Mon Jan 17 18:37:23 2000 +0000
+++ b/etc/printcap      Mon Jan 17 18:56:08 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: printcap,v 1.4 1997/02/15 10:02:22 mikel Exp $
+#      $NetBSD: printcap,v 1.5 2000/01/17 18:56:08 abs Exp $
 #      from: @(#)printcap      8.1 (Berkeley) 6/9/93
 
 #lp|local line printer:\
-#      :lp=/dev/lp:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs:
+#      :lp=/dev/lp:sd=/var/spool/lpd/lp:lf=/var/log/lpd-errs:
 
 # DecWriter over a tty line.
 #decwriter|LA-180 DecWriter III:\
@@ -10,11 +10,11 @@
 
 # Typical remote printer entry.
 #remote|Line Printer:\
-#      :lp=:rm=remote_machine:sd=/var/spool/output/remotelpd:\
+#      :lp=:rm=remote_machine:sd=/var/spool/lpd/remote:\
 #      :lf=/var/log/lpd-errs:
 
 #varian|Benson Varian:\
-#      :lp=/dev/va0:sd=/var/spool/output/vad:\
+#      :lp=/dev/va0:sd=/var/spool/lpd/varian:\
 #      :mx#2000:pl#58:px#2112:py#1700:tr=\f:\
 #      :of=/usr/libexec/lpr/vpf:if=/usr/libexec/lpr/vpf:\
 #      :tf=/usr/libexec/lpr/rvcat:cf=/usr/libexec/lpr/vdmp:\
@@ -22,7 +22,7 @@
 #      :vf=/usr/libexec/lpr/vpltdmp:lf=/var/log/lpd-errs:
 
 #vp|versatec|Versatec plotter:\
-#      :lp=/dev/vp0:sd=/var/spool/output/vpd:\
+#      :lp=/dev/vp0:sd=/var/spool/lpd/vp:\
 #      :sb:sf:mx#0:pw#106:pl#86:px#7040:py#2400:\
 #      :of=/usr/libexec/lpr/vpfW:if=/usr/libexec/lpr/vpsf:\
 #      :tf=/usr/libexec/lpr/vcat:cf=/usr/libexec/lpr/vdmp:\



Home | Main Index | Thread Index | Old Index