Minimize differences in ifstart() function between netstart and
authorrpe <rpe@openbsd.org>
Fri, 7 Apr 2017 22:53:25 +0000 (22:53 +0000)
committerrpe <rpe@openbsd.org>
Fri, 7 Apr 2017 22:53:25 +0000 (22:53 +0000)
commit8847ddfddf5c0ef23483b6d9b804a702781cec28
tree54ba6eba28a759dd6517165a1f584a0e100ac874
parent24811c971d85b565a9b26a88245a556b0ccfb9f6
Minimize differences in ifstart() function between netstart and
install.sub which makes it easier to spot changes in the future.

- comments and formatting
- quotes on assignments are not needed (netstart)
- remove stray space in test (netstart)
- use $file variable with while-loop (netstart)
- although valid, instead of i use $i in arithmetic test (install.sub)

OK krw@, tb@
Looks good deraadt@
distrib/miniroot/install.sub
etc/netstart