options `start' and `stop' now (unless I have forgotten any). This allows
us to call the scripts from /etc/rc.shutdown with the correct option.
The (42 or so) ports that already DTRT before are unchanged.
FWIW, checkout of these things took 5+hrs, staying on the local
.freebsd.org net w/o hitting the 'net at all.
As promised,
$ time cvs ci
real 67m51.701s
user 0m1.250s
sys 0m5.345s
change should correct it.
Added some comment about the modification this patch is making.
Instead of hardcode utmp location, use _UTMP_PATH.
Submitted by: sanpei@yy.cs.keio.ac.jp
Patch for utmp ut_host.
GNU finger uses ut_host information in utmp.
From src/usr.bin/login/login.c CVS log, after 2.2 source tree,
login.c write numerical address to ut_host.
(1.12 comment of login.c)
So this patch is to translate numerical address to hostname.
Special Thanks to Tung-Hui Hu <hhui@arcfour.com>.
Submitted by: sanpei@yy.cs.keio.ac.jp
(Closing part of #PR 2360.)