From 4124d193d45ed46044d50fc564f66e07e5436d8c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 4 Jan 1998 17:59:24 +0000 Subject: [PATCH] Suppress banner pages by default and add a note describing how to turn them back on. PR: 5226 --- etc/printcap | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/printcap b/etc/printcap index 77698d569283..321a19c2a0e7 100644 --- a/etc/printcap +++ b/etc/printcap @@ -1,5 +1,5 @@ # @(#)printcap 5.3 (Berkeley) 6/30/90 -# $Id$ +# $Id: printcap,v 1.7 1997/02/23 09:20:44 peter Exp $ # # This enables a simple local "raw" printer, hooked up to the first @@ -19,7 +19,11 @@ # Do also refer to section 7 (Printing) of the handbook. A local copy # can be found under /usr/share/doc/handbook/handbook.{html,latin1}. # +# Banner pages are now suppressed by default. Remove the :sh: +# capability to turn them back on. +# lp|local line printer:\ + :sh:\ :lp=/dev/lpt0:sd=/var/spool/output/lpd:lf=/var/log/lpd-errs: # # Sample remote printer. The physical printer is on machine "lphost". @@ -29,4 +33,5 @@ lp|local line printer:\ # argument after filtering. # #remote|sample remote printer:\ +# :sh:\ # :rm=lphost:sd=/var/spool/output/lphost:lf=/var/log/lpd-errs: