From owner-cvs-all Wed Feb 20 2:31: 4 2002 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 B4B4037B402; Wed, 20 Feb 2002 02:31:01 -0800 (PST) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1KAV1v81738; Wed, 20 Feb 2002 02:31:01 -0800 (PST) (envelope-from cjc) Message-Id: <200202201031.g1KAV1v81738@freefall.freebsd.org> From: "Crist J. Clark" Date: Wed, 20 Feb 2002 02:31:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/etc rc.network 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 cjc 2002/02/20 02:31:01 PST Modified files: etc rc.network etc/defaults rc.conf share/man/man5 rc.conf.5 Log: There is no reason to demand the administrator set 'natd_interface' when running natd(8) out of the rc-files. It is perfectly valid for the interface or alias address to be set in a natd(8) configuration file, not on the command line. Also, loosen up the restrictions on identifying an IP address argument in 'natd_interface.' Fix the documentation, rc.conf(5), to reflect this change. Take the bogus default for 'natd_interface' out of /etc/defaults/rc.conf. MFC after: 3 days Revision Changes Path 1.139 +2 -2 src/etc/defaults/rc.conf 1.124 +5 -6 src/etc/rc.network 1.152 +1 -5 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