Skip site navigation (1)Skip section navigation (2)
Date:      20 Jul 2000 00:40:16 -0400
From:      Nat Lanza <magus@cs.cmu.edu>
To:        Larry Rosenman <ler@lerctr.org>
Cc:        "'freebsd-stable@freebsd.org'" <freebsd-stable@FreeBSD.ORG>, Darren Reed <darrenr@reed.wattle.id.au>
Subject:   Re: FW: URGENT: FreeBSD-4 Testing.
Message-ID:  <uoc7lahifdb.fsf@evelake.pdl.cs.cmu.edu>
In-Reply-To: Larry Rosenman's message of "Wed, 19 Jul 2000 22:43:10 -0500 (CDT)"
References:  <200007200343.e6K3hAN04165@lerami.lerctr.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Larry Rosenman <ler@lerctr.org> writes:

> It's still broke at the moment. 
> 
> ipf (the command) is still broken. 

The fix looks pretty simple, though. It looks like the makefile in
src/sbin/ipf just isn't including common.c in the SRCS line.

I've patched my local copy, and I'm rebuilding my world to make sure
that that's the problem.

Anyway, here's the patch. Untested, but I believe it should work.

---- snip ----
--- sbin/ipf/Makefile.old       Thu Jul 20 00:37:57 2000
+++ sbin/ipf/Makefile   Thu Jul 20 00:36:04 2000
@@ -6,7 +6,7 @@
 MAN4=  ipf.4
 MAN5=  ipf.5
 MAN8=  ipf.8
-SRCS=  ipf.c parse.c opt.c facpri.c
+SRCS=  ipf.c parse.c opt.c facpri.c common.c
 CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet
-I${.CURDIR}/../../contrib/ipfilter
 
 MAINTAINER=    guido@freebsd.org
---- snip ----


--nat

-- 
nat lanza --------------------- research programmer, parallel data lab, cmu scs
magus@cs.cmu.edu -------------------------------- http://www.cs.cmu.edu/~magus/
there are no whole truths; all truths are half-truths -- alfred north whitehead


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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