From owner-cvs-all@FreeBSD.ORG Thu Apr 13 10:41:46 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3D2D16A400; Thu, 13 Apr 2006 10:41:46 +0000 (UTC) (envelope-from ceri@submonkey.net) Received: from shrike.submonkey.net (cpc2-cdif2-0-0-cust107.cdif.cable.ntl.com [81.104.168.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDE3143D48; Thu, 13 Apr 2006 10:41:45 +0000 (GMT) (envelope-from ceri@submonkey.net) Received: from ceri by shrike.submonkey.net with local (Exim 4.61 (FreeBSD)) (envelope-from ) id 1FTzGi-000NTL-9r; Thu, 13 Apr 2006 11:41:44 +0100 Date: Thu, 13 Apr 2006 11:41:44 +0100 From: Ceri Davies To: Brooks Davis Message-ID: <20060413104144.GC16295@submonkey.net> Mail-Followup-To: Ceri Davies , Brooks Davis , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200604130650.k3D6olUu032562@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9amGYk9869ThD9tj" Content-Disposition: inline In-Reply-To: <200604130650.k3D6olUu032562@repoman.freebsd.org> X-PGP: finger ceri@FreeBSD.org User-Agent: Mutt/1.5.11 Sender: Ceri Davies Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 10:41:46 -0000 --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 13, 2006 at 06:50:47AM +0000, Brooks Davis wrote: > brooks 2006-04-13 06:50:47 UTC >=20 > FreeBSD src repository >=20 > Modified files: > etc network.subr=20 > etc/defaults rc.conf=20 > share/man/man5 rc.conf.5=20 > Log: > Commit the various network interface configutation updates I've been > working on. > 1) Make it possible to configure interfaces with certain characters in > their names that aren't valid in shell variables. Currently suppo= rted > characters are ".-/+". They are converted into '_' characters. > 2) Replace nearly all eval statements in network.subr with a new > function get_if_var which substitues an interface name (after the > translations above) for "IF" in a variable name. > 3) Fix list_net_interfaces() in the nodhcp case. > 4) Allow the administrator to specify if dhclient should be started > when /etc/rc.d/netif configures the interface or only by devd. > This can be set on both a per interface and system wide basis. > | @@ -95,6 +95,8 @@ nisdomainname=3D"NO" # Set to NIS domain=20 > | dhclient_program=3D"/sbin/dhclient" # Path to dhcp client program. > | dhclient_flags=3D"" # Additional flags to pass to dhcp client. > | background_dhclient=3D"NO" # Start dhcp client in the background. > | +syncronous_dhclient=3D"YES" # Start dhclient directly on configured > | + # interfaces during startup. I had planned to be more tactful, but this made me smile: % dict syncronous 1 definition found =46rom The Free On-line Dictionary of Computing (27 SEP 03) [foldoc]: syncronous =20 It's spelled "{synchronous}". =20 (1996-12-13) =20 =20 Ceri --=20 That must be wonderful! I don't understand it at all. -- Moliere --9amGYk9869ThD9tj Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFEPiroocfcwTS3JF8RAsWJAKCCaGaL/a/aVa5STuplbMCxjNH/tQCgpK+V a9bzoNVVOm2i+gy2yKKQTzk= =MQ0i -----END PGP SIGNATURE----- --9amGYk9869ThD9tj--