Skip site navigation (1)Skip section navigation (2)
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
Message-ID:  <XFMail.20021119211958.xxavi@myrealbox.com>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.20021119211958.xxavi>