From owner-freebsd-current Mon Jun 24 07:17:28 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA23397 for current-outgoing; Mon, 24 Jun 1996 07:17:28 -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.5/8.7.3) with ESMTP id HAA23378; Mon, 24 Jun 1996 07:17:22 -0700 (PDT) Received: from campa.panke.de (anonymous218.ppp.cs.tu-berlin.de [130.149.17.218]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id PAA13261; Mon, 24 Jun 1996 15:56:23 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id PAA00525; Mon, 24 Jun 1996 15:26:32 +0200 Date: Mon, 24 Jun 1996 15:26:32 +0200 From: Wolfram Schneider Message-Id: <199606241326.PAA00525@campa.panke.de> To: Kim Culhan Cc: dwhite@resnet.uoregon.edu, freebsd-current@freebsd.org, Gary Clark II Subject: Re: 960612-SNAP doesn't read users .*? In-Reply-To: References: Reply-to: & Group MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Kim Culhan writes: >Well it turns out it was yet another mistake on my part :( > >I flew through the adduser script not noticing the default shell was >/bin/sh, I'm used to accepting certain defaults and didn't read the >screen :[ Gary Clark II changed the default shell in adduser. revision 1.11 date: 1996/05/06 06:15:19; author: gclarkii; state: Exp; lines: +3 -3 We DON'T ship bash by default, why is it the default 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. ----------------------------