From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 23:55:19 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 EDD21106566B for ; Sun, 4 Jan 2009 23:55:18 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: from mail-bw0-f19.google.com (mail-bw0-f19.google.com [209.85.218.19]) by mx1.freebsd.org (Postfix) with ESMTP id 4A5428FC13 for ; Sun, 4 Jan 2009 23:55:18 +0000 (UTC) (envelope-from kitchetech@gmail.com) Received: by bwz12 with SMTP id 12so19277715bwz.19 for ; Sun, 04 Jan 2009 15:55:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=1LrNVaDkonQKSkW5WIq0Ewsw2SI4/lteQOtynUKGKpk=; b=WmcdLHdAwYVM17hhvNIS3YYo9b4o4lgohw2t43V2QG8N5ziFSWSxBll7HqNyUc/YCZ OMm2mFmVeO0+l/43qwGnW9sQ1Akr3TRZBPzNigh0PdO4u42YNAnPRJ9+OQTTGW2pnJWM 84gRecegtkGme0wm3Kw72+Dc1djlxJEAw+UIg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=YHaSCf+aTFFwtLk9r1IwzsIeeWrmDcOz4S5Uf+8RkiaDuEtejlvIcZyC9dOc/pRZQE EDid6WVqSmuIInj1TZe/vLgXLA7GsB7vYiEuZ+qNHlKQIkXRGainL8ypYegRDW4S5YUp coPSam7bgwpELDOWWQaccP43vs/oVvlUeEgRE= Received: by 10.180.252.8 with SMTP id z8mr7849831bkh.158.1231113316525; Sun, 04 Jan 2009 15:55:16 -0800 (PST) Received: by 10.181.14.6 with HTTP; Sun, 4 Jan 2009 15:55:16 -0800 (PST) Message-ID: <28283d910901041555oa9115c1vc8c5a45454f3e91e@mail.gmail.com> Date: Sun, 4 Jan 2009 18:55:16 -0500 From: "matt donovan" To: "David Christensen" In-Reply-To: MIME-Version: 1.0 References: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 7.0-RELEASE-i386 will changing root shell break anything? 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: Sun, 04 Jan 2009 23:55:19 -0000 On Sun, Jan 4, 2009 at 5:09 PM, David Christensen wrote: > freebsd-questions: > > I'm building a fresh Amanda server using FreeBSD 7.0-RELEASE-i386: > > > http://portsmon.freebsd.org/portoverview.py?category=misc&portname=amand > a-server > > > Most of my software background is GNU/Linux. I would prefer using the > Bash shell, but the default FreeBSD shell for root appears to be the C > shell: > > p3450# echo $SHELL > /bin/csh > > > I have changed the root shell to Bash on another machine I use as a CVS > server and haven't noticed any issues yet, but I've been wondering if > I'm setting myself up for problems by doing so. > > > Does anybody know if it's okay to change the root shell on FreeBSD > 7.0-RELEASE-i386? > > > TIA, > > David > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > freebsd-questions-unsubscribe@freebsd.org" well you will lock yourself out of the system if you uninstall bash or bash breaks. I would enable toor just in case