Date: Thu, 13 Apr 2006 11:58:02 +0300 (EEST) From: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua> To: Brooks Davis <brooks@freebsd.org> 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: <20060413115453.I70728@atlantis.atlantis.dp.ua> In-Reply-To: <200604130650.k3D6olUu032562@repoman.freebsd.org> References: <200604130650.k3D6olUu032562@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@atlantis.dp.ua
nic-hdl: LYNX-RIPE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060413115453.I70728>
