Make parsing of /etc/remote work again (some of the options were the
authornicm <nicm@openbsd.org>
Sun, 1 Aug 2010 20:27:51 +0000 (20:27 +0000)
committernicm <nicm@openbsd.org>
Sun, 1 Aug 2010 20:27:51 +0000 (20:27 +0000)
commit592aa26ff58a370c0caff8065a229cb261e462b0
treeee230d53c01ef8db7b33b6feb179ae47fbec6892
parent8f2ca502a34b4d4a33510e975447708d06e7b438
Make parsing of /etc/remote work again (some of the options were the
wrong type), try to make it clearer what comes from where, and add a few
XXX.

Currently there is a mess of default options set in vinit(), default
options set in getremote(), stuff read from /etc/remote and options read
from the command-line, and there remains the problems with leftover
options from rotation. This all needs to be sorted out properly later.

Noticed while trying to find a possible problem reported by miod.
usr.bin/tip/remote.c