diff options
| author | is <is@NetBSD.org> | 2001-01-15 15:24:14 +0000 |
|---|---|---|
| committer | is <is@NetBSD.org> | 2001-01-15 15:24:14 +0000 |
| commit | 5a911982fb5fdff6ccd6acbd7da5607a3af26fa2 (patch) | |
| tree | 2a59254e18e443661dbaac455a88d01382c3aacd /etc/printcap | |
| parent | 03886b9ea77622ea881a6f814ab5be6ac3c2daa7 (diff) | |
The rp capability has a fixed default value - lp - and thus needs to be
explicitly set in a lot of environments. Add it to the remote printer
example.
Diffstat (limited to 'etc/printcap')
| -rw-r--r-- | etc/printcap | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/printcap b/etc/printcap index a0750e03b29..ad242fc83c7 100644 --- a/etc/printcap +++ b/etc/printcap @@ -1,4 +1,4 @@ -# $NetBSD: printcap,v 1.7 2000/07/03 06:11:23 enami Exp $ +# $NetBSD: printcap,v 1.8 2001/01/15 15:24:14 is Exp $ # from: @(#)printcap 8.1 (Berkeley) 6/9/93 #lp|local line printer:\ @@ -15,7 +15,8 @@ # Typical remote printer entry. #remote|Line Printer:\ -# :lp=:rm=remote_machine:sd=/var/spool/lpd/remote:\ +# :lp=:rm=remote_machine:rp=remote_printer_name:\ +# :sd=/var/spool/lpd/remote:\ # :lf=/var/log/lpd-errs: #varian|Benson Varian:\ |
