From owner-freebsd-questions@FreeBSD.ORG Fri May 15 05:13:03 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34A3C1065673 for ; Fri, 15 May 2009 05:13:03 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (agora.rdrop.com [199.26.172.34]) by mx1.freebsd.org (Postfix) with ESMTP id 0A8198FC16 for ; Fri, 15 May 2009 05:13:02 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id n4F5D2jf086787 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 14 May 2009 22:13:02 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id n4F5D2e2086786; Thu, 14 May 2009 22:13:02 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA28225; Thu, 14 May 09 22:04:15 PDT Date: Thu, 14 May 2009 22:03:58 -0700 From: perryh@pluto.rain.com To: utisoft@gmail.com Message-Id: <4a0cf7be.JDsmRk7tps2dbK1B%perryh@pluto.rain.com> References: <200905132211.53066.mel.flynn+fbsd.questions@mailing.thruhere.net> <20090514160325.GA26585@kokopelli.hydra> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: How to move vi to /bin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 05:13:03 -0000 Chris Rees wrote: > 2009/5/14 Chad Perrin : > > On Thu, May 14, 2009 at 11:38:30AM +0100, Chris Rees wrote: > >> I think the problem with that is he meant changing the root > >> shell to /usr/local/bin/bash. You're better off using /bin/sh > >> if you want a Bourne-type shell, or using toor with > >> /usr/local/bin/bash. > > > > I've never understood the resistance to just use toor instead > > of root if one wants a nonstandard administrative shell. > > People don't seem to understand that toor and root are equivalent. Well, not entirely. "su" uses root's shell, not toor's, AFAIK.