From owner-svn-src-all@FreeBSD.ORG Mon Dec 7 05:11:54 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E4153106566B; Mon, 7 Dec 2009 05:11:54 +0000 (UTC) (envelope-from ume@mahoroba.org) Received: from asuka.mahoroba.org (ent.mahoroba.org [IPv6:2001:2f0:104:8010::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9EC228FC14; Mon, 7 Dec 2009 05:11:54 +0000 (UTC) Received: from ameno.mahoroba.org (IDENT:5QQz6Wb7fFxNbui9aa1Ai1NPX8JGk79pJ/kZbXQ5UxJiDTS9qAMGGYcMpqM8kzsT@ameno.mahoroba.org [IPv6:2001:2f0:104:8010:20a:79ff:fe69:ee6b]) (user=ume mech=CRAM-MD5 bits=0) by asuka.mahoroba.org (8.14.3/8.14.3) with ESMTP/inet6 id nB75BitR055451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Dec 2009 14:11:48 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Mon, 07 Dec 2009 14:11:44 +0900 Message-ID: From: Hajimu UMEMOTO To: Ed Schouten In-Reply-To: <200912052009.nB5K9okL098577@svn.freebsd.org> References: <200912052009.nB5K9okL098577@svn.freebsd.org> User-Agent: xcite1.58> Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-2022-JP-2?B?R29qGyQoRCtXGyhC?=) APEL/10.7 Emacs/23.1 (i386-portbld-freebsd8.0) MULE/6.0 (HANACHIRUSATO) X-Operating-System: FreeBSD 8.0-RELEASE-p1 X-PGP-Key: http://www.imasy.or.jp/~ume/publickey.asc X-PGP-Fingerprint: 1F00 0B9E 2164 70FC 6DC5 BF5F 04E9 F086 BF90 71FE Organization: Internet Mutual Aid Society, YOKOHAMA MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.3 (asuka.mahoroba.org [IPv6:2001:2f0:104:8010::1]); Mon, 07 Dec 2009 14:11:48 +0900 (JST) X-Virus-Scanned: clamav-milter 0.95.3 at asuka.mahoroba.org X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on asuka.mahoroba.org Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r200157 - head/bin/date X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Dec 2009 05:11:55 -0000 Hi, >>>>> On Sat, 5 Dec 2009 20:09:50 +0000 (UTC) >>>>> Ed Schouten 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@mahoroba.org ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/