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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to