Date: Thu, 13 Apr 2006 11:29:47 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> 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 Message-ID: <20060413182947.GC5807@odin.ac.hmc.edu> In-Reply-To: <20060413115453.I70728@atlantis.atlantis.dp.ua> References: <200604130650.k3D6olUu032562@repoman.freebsd.org> <20060413115453.I70728@atlantis.atlantis.dp.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Thu, Apr 13, 2006 at 11:58:02AM +0300, Dmitry Pryanishnikov wrote: > > Hello! > > 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 > > supported > > characters are ".-/+". They are converted into '_' characters. > > I wonder whether this part correct: > > _punct=". - / +" > for _punct_c in $punct; do > > Shouldn't it be > > for _punct_c in $_punct; do > -------------------------^ > > instead? Yes. Thanks for noticing, I've fixed it. -- Brooks -- 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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQFEPpiaXY6L6fI4GtQRAhu4AKCyXbHDAXyv9yz+CJw2zlwJlMNKXACgm7e1 Tr5SpjkwUb4WyYvBzf8BkxI= =KwZY -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060413182947.GC5807>
