From owner-cvs-usrsbin Mon May 6 03:28:45 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA27935 for cvs-usrsbin-outgoing; Mon, 6 May 1996 03:28:45 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA27929 Mon, 6 May 1996 03:28:26 -0700 (PDT) Received: from ole.cs.tu-berlin.de (wosch@ole.cs.tu-berlin.de [130.149.22.3]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id MAA13223; Mon, 6 May 1996 12:28:04 +0200 Received: (from wosch@localhost) by localhost (8.6.12/8.6.12) id LAA00442; Mon, 6 May 1996 11:52:43 +0200 Date: Mon, 6 May 1996 11:52:43 +0200 From: Wolfram Schneider Message-Id: <199605060952.LAA00442@localhost> To: Gary Clark II Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: cvs commit: src/usr.sbin/adduser adduser.perl In-Reply-To: <199605060615.XAA15048@freefall.freebsd.org> References: <199605060615.XAA15048@freefall.freebsd.org> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary Clark, II writes: > We DON'T ship bash by default, why is it the default shell? Because BASH is the best available shell ;-) > We also don't ship tcsh or ksh by default. > Correct these two things to make sh the default and increase csh and sh > to be higher priority. If you don't have bash installed, adduser use the next shell as default if exists (e.g. csh for a virgin BSD). Wolfram