From owner-freebsd-questions@FreeBSD.ORG Mon Nov 3 23:08:25 2008 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 A288B106567B for ; Mon, 3 Nov 2008 23:08:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 728D88FC0A for ; Mon, 3 Nov 2008 23:08:25 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id 6A1BAAFCF21; Mon, 3 Nov 2008 14:08:24 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 4 Nov 2008 00:08:22 +0100 User-Agent: KMail/1.9.7 References: <86mygklilz.fsf@chameau.maisel.enst-bretagne.fr> In-Reply-To: <86mygklilz.fsf@chameau.maisel.enst-bretagne.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200811040008.23196.fbsd.questions@rachie.is-a-geek.net> Cc: =?utf-8?q?Fr=C3=A9d=C3=A9ric_Perrin?= Subject: Re: Behaviour of su(1) 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: Mon, 03 Nov 2008 23:08:25 -0000 On Friday 31 October 2008 19:33:44 Fr=C3=A9d=C3=A9ric Perrin wrote: > As a side question, is it considered bad practice to set root's shell > and locales to something else then the default ? By some (most?) yes. If you decide to change the default shell, to one that= 's=20 not in the base system (i.e., a ksh/zsh/bash port), then it's highly=20 recommended to make a static version that installs into /bin. This will save you a number of headaches, when a library dependency is=20 (unsuccessfully or partially) upgraded or /usr is not accessable. However, when reporting bugs and you only slightly suspect it to be shell=20 related, you should be able to reproduce it on csh for the purpose of=20 reporting and adjust the bugreport if you can not. =2D-=20 Mel Problem with today's modular software: they start with the modules and never get to the software part.