From owner-freebsd-stable@FreeBSD.ORG Wed Dec 31 16:48:22 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E99F16A4CE for ; Wed, 31 Dec 2003 16:48:22 -0800 (PST) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81E343D1F for ; Wed, 31 Dec 2003 16:48:20 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp109-47.lns1.adl1.internode.on.net [150.101.109.47])i010mERp092596; Thu, 1 Jan 2004 11:18:15 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Garance A Drosihn , pixfbsd , stable@freebsd.org Date: Thu, 1 Jan 2004 11:18:14 +1030 User-Agent: KMail/1.4.3 References: <1072838049.5571.8.camel@viper.dlqj.net> In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200401011118.14510.malcolm.kay@internode.on.net> Subject: Re: printer job date change X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2004 00:48:22 -0000 On Thu, 1 Jan 2004 06:19, Garance A Drosihn wrote: > At 8:34 PM -0600 12/30/03, pixfbsd wrote: > >In the dfA009exampleFile in /var/spool/output/lpd/hp2200 > >there is the value @PJL SET DATE=3D31-12-2003. I want to ... > >change that value to the year 2000. > > > >Why? If you recall HP has date information in their > >printer cartridges, that after a certain date the cartridge > >becomes "expired". > > Huh. I didn't realize they did that via PJL commands. > > Luckily we tend to send postscript, and I don't think we've > ever hit one of those expiration messages. PJL and postscript can co-exist. It is still possible for some filter -- most likely from HP -- to add PJL instructions=20 informing the printer of the current date. Of course if you send generic postscript as generated by a unix application direct without a filter then the PJL can't get added. But on the other hand some features of some printers can only=20 be accessed via PJL. Malcolm Kay