From owner-freebsd-hackers@FreeBSD.ORG Mon Feb 14 06:45:48 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BFF616A4CE; Mon, 14 Feb 2005 06:45:48 +0000 (GMT) Received: from mail.ciam.ru (mail.ciam.ru [213.147.57.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1932543D1F; Mon, 14 Feb 2005 06:45:48 +0000 (GMT) (envelope-from sem@FreeBSD.org) Received: from msd-mtu.mbrd.ru ([195.34.35.77] helo=[172.16.4.9]) by mail.ciam.ru with esmtpa (Exim 4.x) id 1D0ZzN-000Lf4-El; Mon, 14 Feb 2005 09:45:45 +0300 Message-ID: <42104918.8080003@FreeBSD.org> Date: Mon, 14 Feb 2005 09:45:44 +0300 From: Sergey Matveychuk User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <420F8564.5060200@FreeBSD.org> <20050214061622.GA70826@cirb503493.alcatel.com.au> In-Reply-To: <20050214061622.GA70826@cirb503493.alcatel.com.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org cc: jesper@hackunite.net cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/76089: The "-n" option in /usr/bin/w is broken X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Feb 2005 06:45:48 -0000 Peter Jeremy wrote: > Depending on the environment, the IP address may be more changeable > than the hostname. Definitely, in a DHCP or dialup environment, you > can't rely on the IP address at any time other than during the > session. There is little (if any) benefit in logging the IP address > instead of the hostname. I agree, environments are different. So may be it makes no sense to change hostname with IP. It was just an idea. But fact is, we lost 'w -n' semantic. And it should be fixed. BTW, UT_HOSTSIZE=16 is too short in my opinion. -- Sem.