From owner-cvs-src@FreeBSD.ORG Thu Apr 13 18:29:54 2006 Return-Path: X-Original-To: cvs-src@freebsd.org Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 07A3B16A404; Thu, 13 Apr 2006 18:29:54 +0000 (UTC) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46A8943D49; Thu, 13 Apr 2006 18:29:53 +0000 (GMT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.13.0/8.13.0) with ESMTP id k3DITlN2008180; Thu, 13 Apr 2006 11:29:47 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.13.0/8.13.0/Submit) id k3DITle6008179; Thu, 13 Apr 2006 11:29:47 -0700 Date: Thu, 13 Apr 2006 11:29:47 -0700 From: Brooks Davis To: Dmitry Pryanishnikov Message-ID: <20060413182947.GC5807@odin.ac.hmc.edu> References: <200604130650.k3D6olUu032562@repoman.freebsd.org> <20060413115453.I70728@atlantis.atlantis.dp.ua> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WplhKdTI2c8ulnbP" Content-Disposition: inline In-Reply-To: <20060413115453.I70728@atlantis.atlantis.dp.ua> User-Agent: Mutt/1.4.1i X-Virus-Scanned: by amavisd-new X-Spam-Status: No, hits=0.0 required=8.0 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on odin.ac.hmc.edu 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-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2006 18:29:54 -0000 --WplhKdTI2c8ulnbP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 13, 2006 at 11:58:02AM +0300, Dmitry Pryanishnikov wrote: >=20 > Hello! >=20 > On Thu, 13 Apr 2006, Brooks Davis wrote: > > Modified files: > > etc network.subr > > etc/defaults rc.conf > > share/man/man5 rc.conf.5 > > 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=20 > > supported > > characters are ".-/+". They are converted into '_' characters. >=20 > I wonder whether this part correct: >=20 > _punct=3D". - / +" > for _punct_c in $punct; do >=20 > Shouldn't it be >=20 > for _punct_c in $_punct; do > -------------------------^ >=20 > instead? Yes. Thanks for noticing, I've fixed it. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --WplhKdTI2c8ulnbP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEPpiaXY6L6fI4GtQRAhu4AKCyXbHDAXyv9yz+CJw2zlwJlMNKXACgm7e1 Tr5SpjkwUb4WyYvBzf8BkxI= =KwZY -----END PGP SIGNATURE----- --WplhKdTI2c8ulnbP--