K 10 svn:author V 5 wpaul K 8 svn:date V 27 1996-11-19T23:57:06.000000Z K 7 svn:log V 824 Although I got rarpd to work, it was largely through kludgery. Bill Fenner was kind enough to point out the error of my ways. This incorporates diffs from him which: - Keep everything in network order. - Log the booted ether & ip address, instead of my address on that net - change several exit()'s to return()'s, so that rarpd continues running even if it thinks it's in a weird state. One small tweak by me: in rarp_bootable(), we have to make sure to construct 'ipname' in host byte order (if we don't, we have to specify /tftpboot/ with in network byte order, which is confusing). Also restored use of rather than as pointed out by bde. Also updated the man page so that the -v flag is documented. With any luck, I won't have to touch this thing again. END