Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "9.18 How can I determine how much RAM I have non-interactively?"
Next document is "9.20 Why are CDROM filenames all UPPERCASE with ;1 attached?"

9.19 How can I turn off the lpspooler cover page?

1) For one job/user only:

   Alias your "lp" command to "lp -onb"

2) For all the print jobs:

   Depending on the type of spooler script do either:

      a) Edit your /usr/spool/lp/interface/"printer name" file and
         comment out the banner page. Note that if you are using
         the JetAdmin tool the real script will be:-
         /usr/spool/lp/interface/model.orig/"printer name"

      b) The newer interface files (in /usr/spool/lp/interface/*)
         call /usr/lib/rlp and if your model script has that then
         insert the following line before the /usr/lib/rlp statement:

            BSDh="-h"

         The model script would now look something like:-

            ...
            shift; shift; shift; shift; shift

            #Added the no banner option here
            BSDh="-h"

            /usr/lib/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2 ...
            ...

(thanks to Dan Silva     <dan@lamar.colostate.edu>, and
           Daniel Wexler <dwexler@siac.com>)

Parent document is top of "comp.sys.hp.hpux FAQ"
Previous document is "9.18 How can I determine how much RAM I have non-interactively?"
Next document is "9.20 Why are CDROM filenames all UPPERCASE with ;1 attached?"