From owner-freebsd-stable@FreeBSD.ORG Wed Feb 22 00:06:36 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CF87106564A for ; Wed, 22 Feb 2012 00:06:36 +0000 (UTC) (envelope-from janm@transactionware.com) Received: from midgard.transactionware.com (mail2.transactionware.com [203.14.245.36]) by mx1.freebsd.org (Postfix) with SMTP id 9E9A38FC1D for ; Wed, 22 Feb 2012 00:06:35 +0000 (UTC) Received: (qmail 10471 invoked by uid 907); 22 Feb 2012 00:06:32 -0000 Received: from jmmacpro.transactionware.com (HELO jmmacpro.transactionware.com) (192.168.1.33) by midgard.transactionware.com (qpsmtpd/0.82) with ESMTP; Wed, 22 Feb 2012 11:06:32 +1100 From: Jan Mikkelsen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 22 Feb 2012 11:06:32 +1100 Message-Id: To: FreeBSD Stable Mailing List Mime-Version: 1.0 (Apple Message framework v1257) X-Mailer: Apple Mail (2.1257) Subject: "who /var/log/utx.log" broken in 9.0-RELEASE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2012 00:06:36 -0000 Hi, According to the who(1) manpage in 9.0-RELEASE, "who /var/log/utx.log" = should be roughly similar to "who /var/log/wtmp" in 8.whever (and = earlier). I'm getting this on multiple 9.0-RELEASE systems: janm@mlb-primary: log $ who /var/log/utx.log who: /var/log/utx.log: Inappropriate file type or format Is the manpage wrong? Thanks, Jan.