Date: Thu, 24 Apr 2003 01:20:48 -0700 (PDT) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc/rc.d Makefile hostname ipfilter ipfs ipmon ipnat sysctl Message-ID: <200304240820.h3O8Km0Q074596@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mtm 2003/04/24 01:20:48 PDT FreeBSD src repository Modified files: etc/rc.d Makefile hostname ipfilter ipfs ipmon ipnat sysctl Log: Make ipfilter, ipnat, ipmon, and ipfs behave more like the old rc. o group them together so they run one right after another o use the NetBSD supplied ipfs script instead of tacking it on to the end of ipnat o Load the ipl module in ipnat and ipfilter, if it's not already loaded o In ipmon and ipnat show a warning if neither ipfilter nor ipnat is enabled or the ipl module is not loaded, and exit Approved by: markm (mentor) (implicit) Tested by: leafy <leafy@leafy.idv.tw> Revision Changes Path 1.15 +3 -3 src/etc/rc.d/Makefile 1.2 +1 -1 src/etc/rc.d/hostname 1.8 +3 -3 src/etc/rc.d/ipfilter 1.2 +29 -5 src/etc/rc.d/ipfs 1.5 +8 -3 src/etc/rc.d/ipmon 1.6 +30 -49 src/etc/rc.d/ipnat 1.12 +1 -1 src/etc/rc.d/sysctl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304240820.h3O8Km0Q074596>