simpler ftplist[0-9].o.o removal
authorkn <kn@openbsd.org>
Tue, 27 Sep 2022 12:22:29 +0000 (12:22 +0000)
committerkn <kn@openbsd.org>
Tue, 27 Sep 2022 12:22:29 +0000 (12:22 +0000)
commit40e8b748dbe492eef982c572cf333d5b38c59c8d
treea1bd038a320fb562c408bc5acddc130847794957
parentbb0d349a49e9438d96fa10d0fc6b5709a67592ae
simpler ftplist[0-9].o.o removal

We read /tmp/i/hosts line-wise to fill /mnt/etc/hosts and remove the tmp
file immediately afterwards, so just skip ftplist entries inside the loop
with a slightly easier to read ksh pattern rather than purge the tmp file
up-front with sed(1).

This is also a tiny bit more robust should the ftplist entries ever be added
with a tab as separator instead of a space and/or an alias since the sed
one-liner hardcodes a single space and expects no alias whereas ksh's read
takes any amount of whitespace between _addr and _hn while not caring about
optional aliases.

Comment is obvious so zap it.

OK millert
distrib/miniroot/install.sub