From owner-cvs-src-old@FreeBSD.ORG Sun Feb 13 19:37:23 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54711106566B for ; Sun, 13 Feb 2011 19:37:23 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 428E28FC08 for ; Sun, 13 Feb 2011 19:37:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1DJbNOV066767 for ; Sun, 13 Feb 2011 19:37:23 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1DJbNBG066766 for cvs-src-old@freebsd.org; Sun, 13 Feb 2011 19:37:23 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201102131937.p1DJbNBG066766@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Sun, 13 Feb 2011 19:37:05 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/who who.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2011 19:37:23 -0000 ed 2011-02-13 19:37:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/who who.c Log: SVN rev 218664 on 2011-02-13 19:37:05Z by ed Partially merge a change made in r200166. It seems the utmpx fixes for who(1) also contained a small change to make it work properly with the pts/%u naming. Unfortunately, this change was never merged to FreeBSD 8. Properly remove the /dev/ part of the TTY name instead of stripping until the last /. Reported by: Eivind E Tested by: uqs@ Revision Changes Path 1.22.10.2 +2 -2 src/usr.bin/who/who.c