From owner-cvs-all Sat Nov 24 8:12:13 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7DC0937B417; Sat, 24 Nov 2001 08:12:04 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAOGC4l37633; Sat, 24 Nov 2001 08:12:04 -0800 (PST) (envelope-from ru) Message-Id: <200111241612.fAOGC4l37633@freefall.freebsd.org> From: Ruslan Ermilov Date: Sat, 24 Nov 2001 08:12:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network rc.shutdown src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/11/24 08:12:04 PST Modified files: etc rc.network rc.shutdown etc/defaults rc.conf share/man/man5 rc.conf.5 Log: (Forced commit to list actual problems fixed / PRs affected). Overview of problems fixed: - fix support for saving and restoring filter/NAT state information (across reboots for example); - ipmon(8) is started before loading any filter/NAT rules; - ipmon(8) and ipfs(8) do not solely depend on ipfilter_enable anymore, they now also work when only ipnat_enable is true; - the multiple occurrences of code loading the ipfilter kernel module have been removed; - the options have been removed from the _program variables in defaults/rc.conf and the comments in that file have been updated to reflect (possibly new) reality; - the rc.conf.5 manual page has been updated to reflect the changes. Submitted by: Arjan de Vet PR: conf/25223, kern/25344, conf/25809, conf/26275, bin/27016, conf/31482 Revision Changes Path 1.132 +1 -1 src/etc/defaults/rc.conf 1.114 +1 -1 src/etc/rc.network 1.20 +1 -1 src/etc/rc.shutdown 1.142 +0 -0 src/share/man/man5/rc.conf.5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message