From owner-freebsd-questions Tue Nov 19 12:21:38 2002 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 5F84437B404 for ; Tue, 19 Nov 2002 12:21:37 -0800 (PST) Received: from x.org.org (152.Red-80-37-219.pooles.rima-tde.net [80.37.219.152]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CE6B43E42 for ; Tue, 19 Nov 2002 12:21:25 -0800 (PST) (envelope-from root@x.org.org) Received: from x.org.org (localhost.localdomain [127.0.0.1]) by x.org.org (8.12.6/8.12.3) with ESMTP id gAJKLLYd049633 for ; Tue, 19 Nov 2002 21:21:22 +0100 (CET) (envelope-from root@x.org.org) Received: (from root@localhost) by x.org.org (8.12.6/8.12.3/Submit) id gAJKJxib049629 for freebsd-questions@freebsd.org; Tue, 19 Nov 2002 21:19:59 +0100 (CET) Message-ID: X-Mailer: XFMail 1.5.3 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 19 Nov 2002 21:19:58 +0100 (CET) From: xxavi@myrealbox.com To: freebsd-questions@freebsd.org Subject: configure the printer (II) and apsfilter Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Good, in this web page: http://apsfilter.org/docs/apsfilter-handbook-stable.html#install_notes_freebsd they say that it must alter this of a file of FreeBSD: Index: lpr.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/lpr/lpr/lpr.c,v retrieving revision 1.32 diff -u -r1.32 lpr.c --- lpr.c 2000/01/19 14:25:08 1.32 +++ lpr.c 2000/04/05 09:36:01 @@ -320,7 +320,7 @@ seteuid(uid); card('H', host); card('P', person); - if (hdr && !pp->no_header) { + if (hdr) { if (jobname == NULL) { if (argc == 0) jobname = "stdin"; if I have FreeBSD 4.7 STABLE, even this in actually this modification that must do? Come, until another one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message