From owner-cvs-src@FreeBSD.ORG Thu Sep 16 13:41:21 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A20616A4CE; Thu, 16 Sep 2004 13:41:21 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3E4243D46; Thu, 16 Sep 2004 13:41:20 +0000 (GMT) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8GDfKB8032667; Thu, 16 Sep 2004 13:41:20 GMT (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GDfKf3032666; Thu, 16 Sep 2004 13:41:20 GMT (envelope-from mtm) Message-Id: <200409161341.i8GDfKf3032666@repoman.freebsd.org> From: Mike Makonnen Date: Thu, 16 Sep 2004 13:41:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/usr.sbin/adduser adduser.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 13:41:21 -0000 mtm 2004-09-16 13:41:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) usr.sbin/adduser adduser.sh Log: MFC: ---------------------------- revision 1.24 date: 2004/08/28 14:32:10; author: mtm; state: Exp; lines: +2 -1 Also, match the full path to the special nologin shell. Previously, it would recognize it as a valid shell only if the basename (nologin) was specified. Now, it will recognize both the basename and the full path. NOTE: The full path as adduser(8) understands it is /usr/sbin/nologin. There is a symlink, /sbin/nologin, but that's deprecated and only there for backwards compatibility. ============================================================================= Approved by: re (scottl) Revision Changes Path 1.23.2.1 +2 -1 src/usr.sbin/adduser/adduser.sh