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

Dmitry Pryanishnikov dmitry at atlantis.dp.ua
Thu Apr 13 08:58:19 UTC 2006


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?

Sincerely, Dmitry
-- 
Atlantis ISP, System Administrator
e-mail:  dmitry at atlantis.dp.ua
nic-hdl: LYNX-RIPE


More information about the cvs-src mailing list