svn commit: r200157 - head/bin/date

Hajimu UMEMOTO ume at FreeBSD.org
Mon Dec 7 05:11:55 UTC 2009


Hi,

>>>>> On Sat, 5 Dec 2009 20:09:50 +0000 (UTC)
>>>>> Ed Schouten <ed at FreeBSD.org> said:

ed> Author: ed
ed> Date: Sat Dec  5 20:09:50 2009
ed> New Revision: 200157
ed> URL: http://svn.freebsd.org/changeset/base/200157

ed> Log:
ed>   Let date(1) use utmpx instead of logwtmp().
ed>   
ed>   utmpx also has OLD_TIME/NEW_TIME messages, which seem to be intended for
ed>   the same purpose as how we call logwtmp() here.

ed> Modified:
ed>   head/bin/date/Makefile
ed>   head/bin/date/date.c

I saw following message during boot:

Dec  7 13:54:12 yoshino kernel: Shared object "libulog.so.0" not found, required
 by "date"

Now, date(1) links libulog.so.0.  The date(1) is in /bin, but
libulog.so.0 is in /usr/lib.  The libulog must be installed into /lib.

Sincerely,

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/


More information about the svn-src-all mailing list