| Summary: | /sbin/ipfs missing | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | stefan.schmidt <stefan.schmidt> | ||||
| Component: | bin | Assignee: | Darern Reed <darrenr> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-bugs->darrenr Over to the maintainer (and author of the IPFilter suite) State Changed From-To: open->feedback ipfs added to -current State Changed From-To: feedback->closed now in -stable Makefile |
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.