From Dom.Mitchell@palmerharvey.co.uk  Tue Jan 11 08:12:45 2000
Return-Path: <Dom.Mitchell@palmerharvey.co.uk>
Received: from mail.palmerharvey.co.uk (mail.palmerharvey.co.uk [62.172.109.58])
	by hub.freebsd.org (Postfix) with ESMTP
	id BAB001541A; Tue, 11 Jan 2000 08:12:38 -0800 (PST)
	(envelope-from Dom.Mitchell@palmerharvey.co.uk)
Received: from ho-nt-01.pandhm.co.uk (unverified) by mail.palmerharvey.co.uk
 (Content Technologies SMTPRS 4.0.1) with ESMTP id <B3eac6d3a49ae30e51c@mail.palmerharvey.co.uk>;
 Tue, 11 Jan 2000 16:10:52 +0000
Received: from ADMIN ([10.100.1.20]) by ho-nt-01.pandhm.co.uk with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
	id CNRP4DDK; Tue, 11 Jan 2000 16:12:26 -0000
Received: from [10.100.35.12] (helo=voodoo.pandhm.co.uk)
	by admin with esmtp (Exim 1.92 #1)
	id 1283uG-0005ci-00; Tue, 11 Jan 2000 16:12:28 +0000
Received: by voodoo.pandhm.co.uk (Postfix, from userid 104)
	id 6A1672C0; Tue, 11 Jan 2000 16:12:28 +0000 (GMT)
Message-Id: <20000111161228.6A1672C0@voodoo.pandhm.co.uk>
Date: Tue, 11 Jan 2000 16:12:28 +0000 (GMT)
From: Dom.Mitchell@palmerharvey.co.uk
Reply-To: dom@palmerharvey.co.uk
To: FreeBSD-gnats-submit@freebsd.org
Cc: nik@FreeBSD.ORG
Subject: small note about HP printers.
X-Send-Pr-Version: 3.2

>Number:         16065
>Category:       docs
>Synopsis:       small note about HP printers.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 11 08:20:00 PST 2000
>Closed-Date:    Sun Feb 13 17:25:40 PST 2000
>Last-Modified:  Sun Feb 13 17:26:00 PST 2000
>Originator:     Dominic Mitchell
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
Palmer & Harvey McLane Ltd.
>Environment:

FreeBSD voodoo.pandhm.co.uk 3.3-STABLE FreeBSD 3.3-STABLE #4: Thu Nov 18 09:01:45 GMT 1999     root@voodoo.pandhm.co.uk:/usr/src/sys/compile/VOODOO  i386

>Description:

	I've added a useful hint about configuring HP laserjets to the
	printing chapter of the handbook.

>How-To-Repeat:

	Apply the patch.

>Fix:
	
	Here's the patch.

--- printing/chapter.sgml.orig	Tue Jan 11 15:59:40 2000
+++ printing/chapter.sgml	Tue Jan 11 16:02:38 2000
@@ -3740,7 +3740,11 @@
 	  the discussion below is the printer itself, and the
 	  <emphasis>printer name</emphasis> is the name you configured for the
 	  printer.  See the documentation that accompanied your printer and/or
-	  printer-network interface.</para>
+	  printer-network interface.  Note that if you are using a
+	  Hewlett Packard Laserjet, then the printer name
+	  <literal>text</literal> will automatically perform the LF to
+	  CRLF conversion for you, so you will no longer require the
+	  hpif script above.</para>
 	    
 	<para>Then, on the other hosts you want to have access to the printer,
 	  make an entry in their <filename>/etc/printcap</filename> files with


-- 
**********************************************************************
This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. 
The email has been swept by MIMEsweeper for the presence of computer viruses.

www.palmerharvey.co.uk
**********************************************************************

>Release-Note:
>Audit-Trail:

From: Alexander Langer <alex@big.endian.de>
To: dom@palmerharvey.co.uk
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nik@FreeBSD.ORG
Subject: Re: docs/16065: small note about HP printers.
Date: Tue, 11 Jan 2000 17:32:29 +0100

 Thus spake Dom.Mitchell@palmerharvey.co.uk (Dom.Mitchell@palmerharvey.co.uk):
 
 > -	  printer-network interface.</para>
 > +	  printer-network interface.  Note that if you are using a
 > +	  Hewlett Packard Laserjet, then the printer name
 > +	  <literal>text</literal> will automatically perform the LF to
 > +	  CRLF conversion for you, so you will no longer require the
 > +	  hpif script above.</para>
 
 Hmm. I have a HP Laserjet 4, and I need this script.
 
 I've tried it without it, and - huuu - it was just LF without CR.
 What a sudden.
 
 so this patch is a little wrong or such?
 
 Alex
 
 -- 
 I doubt, therefore I might be. 
 

From: Dom.Mitchell@palmerharvey.co.uk (Dominic Mitchell)
To: Alexander Langer <alex@big.endian.de>
Cc: FreeBSD-gnats-submit@FreeBSD.ORG, nik@FreeBSD.ORG
Subject: Re: docs/16065: small note about HP printers.
Date: Tue, 11 Jan 2000 17:38:12 +0000

 On Tue, Jan 11, 2000 at 05:32:29PM +0100, Alexander Langer wrote:
 > Thus spake Dom.Mitchell@palmerharvey.co.uk (Dom.Mitchell@palmerharvey.co.uk):
 > 
 > > -	  printer-network interface.</para>
 > > +	  printer-network interface.  Note that if you are using a
 > > +	  Hewlett Packard Laserjet, then the printer name
 > > +	  <literal>text</literal> will automatically perform the LF to
 > > +	  CRLF conversion for you, so you will no longer require the
 > > +	  hpif script above.</para>
 > 
 > Hmm. I have a HP Laserjet 4, and I need this script.
 > 
 > I've tried it without it, and - huuu - it was just LF without CR.
 > What a sudden.
 > 
 > so this patch is a little wrong or such?
 
 Interesting.  I found this on HP's web site a while back and it works on
 all the printers at our site.
 
 I can't seem to find it now, I'll try again later...
 -- 
 Dom Mitchell -- Palmer & Harvey McLane -- Unix Systems Administrator
 
 "Emacs outshines all other editing software in approximately the same way
  that the noonday sun does the stars.  It is not just bigger and brighter;
  it simply makes everything else vanish."  --  Neal Stephenson
 
 
 -- 
 **********************************************************************
 This email and any files transmitted with it are intended solely for the use of the individual or entity to whom they are addressed. 
 The email has been swept by MIMEsweeper for the presence of computer viruses.
 
 www.palmerharvey.co.uk
 **********************************************************************
 
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Sun Feb 13 17:25:40 PST 2000 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
