Bug 27063

Summary: /sbin/ipfs missing
Product: Base System Reporter: stefan.schmidt <stefan.schmidt>
Component: binAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description stefan.schmidt 2001-05-03 18:10:00 UTC
The "ipfs" utility that is part of the IPFilter distribution is not
being installed. "ipfs" saves and restores information for NAT and 
state tables.

some minor modifications to /etc/rc.network and /etc/rc.shutdown are 
needed for automatically saving and restoring state tables at boot /
shutdown.

Fix: (copy/pasted, tabs destroyed)

root@sts-home:/usr/src/sbin --> cat /usr/src/sbin/ipfs/Makefile
# $FreeBSD$

.PATH:  ${.CURDIR}/../../contrib/ipfilter ${.CURDIR}/../../contrib/ipfilter/man

PROG=   ipfs
MAN8=   ipfs.8
SRCS=   ipfs.c
CFLAGS+=-DIPL_NAME=\"/dev/ipl\" -I- -I${.CURDIR}/../../sys/netinet -I${.CURDIR}/../../contrib/ipfilter

.include <bsd.prog.mk>
root@sts-home:/usr/src/sbin --> cvs diff -cwd Makefile
How-To-Repeat: sts-home# ipfs
ipfs: Command not found.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-05-04 06:43:41 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

Over to the maintainer (and author of the IPFilter suite)
Comment 2 Darern Reed freebsd_committer freebsd_triage 2001-10-20 05:27:57 UTC
State Changed
From-To: open->feedback

ipfs added to -current
Comment 3 Darern Reed freebsd_committer freebsd_triage 2002-04-27 21:00:03 UTC
State Changed
From-To: feedback->closed

now in -stable Makefile