From owner-freebsd-current Sat Jan 27 3:53:27 2001 Delivered-To: freebsd-current@freebsd.org Received: from smtp.wanadoo.nl (smtp.wanadoo.nl [194.134.193.6]) by hub.freebsd.org (Postfix) with ESMTP id 8D13137B400; Sat, 27 Jan 2001 03:53:09 -0800 (PST) Received: from ams-gw.sohara.org (p0984.vcu.wanadoo.nl [194.134.202.221]) by smtp.wanadoo.nl (8.9.3/8.9.3) with SMTP id MAA09784; Sat, 27 Jan 2001 12:53:07 +0100 (MET) Date: Sat, 27 Jan 2001 12:53:03 +0100 From: "Steve O'Hara-Smith" To: John Baldwin Cc: current@FreeBSD.org Subject: Re: patch for test: /etc/shells -> /usr/local/etc/shells Message-Id: <20010127125303.647601ef.steveo@eircom.net> In-Reply-To: References: <20010127091814.567fda08.steveo@eircom.net> X-Mailer: Sylpheed version 0.4.9 (GTK+ 1.2.8; FreeBSD 4.2-STABLE; i386) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 27 Jan 2001 00:27:13 -0800 (PST) John Baldwin wrote: JB> How many contrib'd apps need to look at /etc/shells? The biggest one I think JB> is sendmail, and Greg Shapiro is a very reasonable fellow, and can probably JB> assist in getting sendmail at least to use the API as long as it isn't too JB> inconvenient. I feel encouraged. The other are it turns up is in the crypto section crypto/heimdal/lib/roken/getusershell.c and /crypto/kerberosIV/lib/roken/getusershell.c I think these are the same. The getusershell seems to be the API to use. It will probably have to be redone in perl for adduser.perl but that's no great problem. Now for the bikeshed question .include or #include ? BTW: I did consider cpp or m4 *briefly*. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message