From owner-freebsd-questions@FreeBSD.ORG Sat May 28 15:10:33 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A8016A41C for ; Sat, 28 May 2005 15:10:33 +0000 (GMT) (envelope-from rickjpreston@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D6F43D1F for ; Sat, 28 May 2005 15:10:33 +0000 (GMT) (envelope-from rickjpreston@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so726216rng for ; Sat, 28 May 2005 08:10:32 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cp9Yp151kjkfgyhuNJr7TCiRMLvQajOQyzVAQQbvT/MdSqkxL1zdstFriG6Q5yyyOGw/icupHRnGWYzXeyXEAvAvi4Z0jaqMAUKOPSZEYarApefPcrXwM26lpVpLuvIGGVUSwUGgR8FyCmnO+znR788KoPy3vKy5cLMYxNKB1nE= Received: by 10.38.161.27 with SMTP id j27mr4710149rne; Sat, 28 May 2005 08:10:32 -0700 (PDT) Received: by 10.38.151.32 with HTTP; Sat, 28 May 2005 08:10:32 -0700 (PDT) Message-ID: Date: Sat, 28 May 2005 11:10:32 -0400 From: Rick Preston In-Reply-To: <1117291494.9411.0.camel@chaucer> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050528031003.12739.fh051.wm@smtp.sc0.cp.net> <1117291494.9411.0.camel@chaucer> Cc: modelt20@canada.com, freebsd-questions@freebsd.org Subject: Re: Adding a FormFeed to an LPR printcap file? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rick Preston List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 15:10:33 -0000 Hi, I believe that :sh is called suppress header and that it suppresses the banner page. Form feed is a control character. hex 0c. In the past I have added it to the bottom of my text or PCL documents or added it in the printer interface script on UNIX systems that use the lpsystem print subsystem. I'm not sure if it would go in the :if or :of in the printcap or even how to add it (why I didn't respond earlier) I haven't worked on the BSD spooler since FreeBSD 3.3 so I'm a little rusty. You might look at the printer, I've seen on some where you can add a timeout to eject the last page and if you are doing job based or page based printing, you can set the value low. If you are doing line based printing, that could cause the printer to eject the paper before you finish printing. good luck, On 5/28/05, Mike Jeays wrote: > On Fri, 2005-05-27 at 23:10, modelt20@canada.com wrote: > > Hello: > > > > Could someone suggest a way to add a form feed to the > > end of a print document in LPR? I have a printer that > > doesn't eject the last page when the print job is > > finished; and I can't seem to find this in the manual. > > > > My guess is I need to add it to my printer filter, but > > its not clear to me what I need to add. > > > > I'm running freeBSD 5.3-Release. > > > > Thanks in advance. > > > > Harold. > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd= .org" >=20 > I think you have to remove the :sh parameter in /etc/printcap >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >