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
pgpzClLdgix4P.pgp
Description: PGP signature
