Skip site navigation (1)Skip section navigation (2)
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

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060413182947.GC5807>