K 10 svn:author V 2 ed K 8 svn:date V 27 2009-12-05T20:26:55.511764Z K 7 svn:log V 280 Let init(8) and reboot(8) use utmpx to log wtmp entries. logwtmp() gets called with the raw strings that are written to disk. For regular user entries, this isn't too bad, but when booting/shutting down, the contents get rather cryptic. Just call the standardized pututxline(). END