Search the FAQ Archives

3 - A - B - C - D - E - F - G - H - I - J - K - L - M
N - O - P - Q - R - S - T - U - V - W - X - Y - Z
faqs.org - Internet FAQ Archives

comp.sys.hp.hpux FAQ
Section - 5.9.3 How can I turn off the LP banner page?

( Single Page )
[ Usenet FAQs | Web FAQs | Documents | RFC Index | Houses ]


Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.9.2 Why does lpstat report the printer down, even though it's not?
Next Document: 5.9.4 How can I print man pages without losing the formatting?
See reader questions & answers on this topic! - Help others by sharing your knowledge

Depending on the type of spooler script, do either:

   a) Edit your /var/spool/lp/interface/"printer name" file, and disable
      the banner page.  Note that if you are using the JetAdmin tool, the
      script will instead be /var/spool/lp/interface/model.orig/"printer
      name"  The most commonly used means of diabling the banner page is
      changing the BANNER variable's value from "yes" to "no"

   b) Newer interface files (in /var/spool/lp/interface/*) may call
      /usr/sbin/rlp; if your model script does this then insert the
      following line before the /usr/sbin/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/sbin/rlp -I$requestid $BSDC $BSDJ $BSDT $BSDi $BSD1 $BSD2
         ...

User Contributions:

Comment about this article, ask questions, or add new information about this topic:




Top Document: comp.sys.hp.hpux FAQ
Previous Document: 5.9.2 Why does lpstat report the printer down, even though it's not?
Next Document: 5.9.4 How can I print man pages without losing the formatting?

Single Page

[ Usenet FAQs | Web FAQs | Documents | RFC Index ]

Send corrections/additions to the FAQ Maintainer:
hpux.faq@gmail.com





Last Update March 27 2014 @ 02:11 PM