Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 1998 14:56:11 -0700
From:      "David O'Brien" <obrien@NUXI.com>
To:        allen campbell <allenc@verinet.com>
Cc:        config@FreeBSD.ORG
Subject:   Re: Config Databases
Message-ID:  <19980425145611.39068@nuxi.com>
In-Reply-To: <199804250849.CAA19253@const.>; from allen campbell on Sat, Apr 25, 1998 at 02:49:31AM -0600
References:  <19980424011635.26988@nuxi.com> <199804250849.CAA19253@const.>

next in thread | previous in thread | raw e-mail | index | archive | help
> Are you sure about that default to /bin/sh?  The code from getpwent.c looks
> like

from login.c:


if ((pwd = getpwnam(username)) != NULL)

..snip..

if (*pwd->pw_shell == '\0')
    pwd->pw_shell = _PATH_BSHELL;

-- 
-- David    (obrien@NUXI.ucdavis.edu  -or-  obrien@FreeBSD.org)

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-config" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980425145611.39068>