cvs commit: src/etc network.subr src/etc/defaults rc.conf src/share/man/man5 rc.conf.5

Brooks Davis brooks at one-eyed-alien.net
Thu Apr 13 18:29:54 UTC 2006


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20060413/aed21ca5/attachment.pgp


More information about the cvs-src mailing list