From owner-freebsd-hackers Wed Jul 17 23:14:27 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29191 for hackers-outgoing; Wed, 17 Jul 1996 23:14:27 -0700 (PDT) Received: from seagull.rtd.com (root@seagull.rtd.com [198.102.68.2]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA29185 for ; Wed, 17 Jul 1996 23:14:25 -0700 (PDT) Received: (from dgy@localhost) by seagull.rtd.com (8.7.5/1.2) id XAA11307; Wed, 17 Jul 1996 23:13:21 -0700 (MST) From: Don Yuniskis Message-Id: <199607180613.XAA11307@seagull.rtd.com> Subject: Re: /usr/hosts To: imp@village.org (Warner Losh) Date: Wed, 17 Jul 1996 23:13:21 -0700 (MST) Cc: freebsd-hackers@freefall.FreeBSD.org (FreeBSD hackers) In-Reply-To: <199607180552.XAA28368@rover.village.org> from "Warner Losh" at Jul 17, 96 11:52:39 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > : > Is /usr/hosts deprecated? > : > : For which purpose? Or do you mean /etc/hosts? > > An old hack where you'd put /usr/hosts in your path and populate it > with symlinks to all the machines you use. These symlinks would point > to rsh. If rsh was started as a command not named rsh, it would use > that command name as its machine name. You could therefore login with > just a 'rover' and do an ls on rover via 'rover ls'. > > To answer the question, yes, it still should work. Yes, I've previously checked the rsh sources and verified this. However, I was inquiring as to whether some *other* technique is now "en vogue" instead of this... (hence my question about whether it was "deprecated") Thanx! --don