Date: Thu, 3 May 2001 10:02:28 -0700 (PDT) From: stefan.schmidt@twest.de To: freebsd-gnats-submit@FreeBSD.org Subject: bin/27063: /sbin/ipfs missing Message-ID: <200105031702.f43H2S452198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 27063
>Category: bin
>Synopsis: /sbin/ipfs missing
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu May 03 10:10:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator: Stefan Schmidt
>Release: RELENG_4
>Organization:
>Environment:
FreeBSD sts-home.stadtbuch.de 4.3-RC FreeBSD 4.3-RC #0: Tue Apr 17 23:28:43 CEST 2001 root@sts-home.stadtbuch.de:/usr/obj/usr/src/sys/STSHOME i386
>Description:
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.
>How-To-Repeat:
sts-home# ipfs
ipfs: Command not found.
>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
Index: Makefile
===================================================================
RCS file: /home/cvs/src/sbin/Makefile,v
retrieving revision 1.77.2.1
diff -c -w -d -r1.77.2.1 Makefile
*** Makefile 2000/03/31 03:24:28 1.77.2.1
--- Makefile 2001/05/03 12:35:02
***************
*** 23,28 ****
--- 23,29 ----
init \
ip6fw \
ipf \
+ ipfs \
ipfstat \
ipfw \
ipmon \
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105031702.f43H2S452198>
