Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!dali!ogicse!blake!milton!uw-beaver!ssc-vax!bcsaic!mbanan From: mbanan@bcsaic.UUCP (Mohsen Banan) Newsgroups: comp.unix.i386 Subject: Re: 386ix and Parallel Printers Message-ID: <24100@bcsaic.UUCP> Date: 7 May 90 15:58:54 GMT References: <3@ttc.UUCP> <134576@sun.Eng.Sun.COM> <1990Apr21.205418.9837@sq.sq.com> <29404@cup.portal.com> Reply-To: mbanan@bcsaic.UUCP (Mohsen Banan) Organization: Boeing Computer Services AI Center, Seattle Lines: 27 In article <29404@cup.portal.com> Dante_A_Nicolello@cup.portal.com writes: >How do I make ISC 3.2 not print a banner page. What I want lpr to do is >just print the file, then send a form feed, that's all. (Like DOS's >PRINT command). Which file do I change? There seem to be so many files and >filters, etc for printting, I can't seem to find the correct one. Thanks. > > > Dante > >---------------------- >dante_a_nicolello@cup.portal.com ____ > \ // > \// I did this a while back, my memory is not all that great any more. So take the following recomendations with that in mine. For Per Invokation basis: lp -o nobanner For per Printer Basis: /usr/lib/lpadmin -P printerName -o nobanner For System Basis: create a file called /etc/default/lpd and put BANNERS=0 or BANNERS=1 in it. I think all of this is properly documented, so if these don't work RTFM.