Source-Changes-HG archive

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

[src/netbsd-1-4]: src/etc Pull up revision 1.5 (requested by abs):



details:   https://anonhg.NetBSD.org/src/rev/36824e248589
branches:  netbsd-1-4
changeset: 470078:36824e248589
user:      he <he%NetBSD.org@localhost>
date:      Mon Jan 17 19:01:44 2000 +0000

description:
Pull up revision 1.5 (requested by abs):
  Correct sample sd= paths.

diffstat:

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

diffs (37 lines):

diff -r 86c9ecba787f -r 36824e248589 etc/printcap
--- a/etc/printcap      Mon Jan 17 18:43:01 2000 +0000
+++ b/etc/printcap      Mon Jan 17 19:01:44 2000 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: printcap,v 1.4 1997/02/15 10:02:22 mikel Exp $
+#      $NetBSD: printcap,v 1.4.4.1 2000/01/17 19:01:44 he 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