Larry Rosenman <[EMAIL PROTECTED]> 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=    [EMAIL PROTECTED]
---- snip ----


--nat

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


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to