From owner-freebsd-current@FreeBSD.ORG Tue Feb 24 09:49:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F95016A4CE for ; Tue, 24 Feb 2004 09:49:27 -0800 (PST) Received: from tx0.oucs.ox.ac.uk (tx0.oucs.ox.ac.uk [129.67.1.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id E02E343D46 for ; Tue, 24 Feb 2004 09:49:26 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan0.oucs.ox.ac.uk ([129.67.1.162] helo=localhost) by tx0.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1AvggP-0005g3-Fw for freebsd-current@freebsd.org; Tue, 24 Feb 2004 17:49:25 +0000 Received: from rx0.oucs.ox.ac.uk ([129.67.1.161]) by localhost (scan0.oucs.ox.ac.uk [129.67.1.162]) (amavisd-new, port 25) with ESMTP id 21585-06 for ; Tue, 24 Feb 2004 17:49:25 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx0.oucs.ox.ac.uk with smtp (Exim 4.24) id 1AvggP-0005fy-2U for freebsd-current@freebsd.org; Tue, 24 Feb 2004 17:49:25 +0000 Received: (qmail 25313 invoked by uid 0); 24 Feb 2004 17:49:25 -0000 Received: from colin.percival@wadham.ox.ac.uk by gateway by uid 71 with qmail-scanner-1.16 (sweep: 2.14/3.71. spamassassin: 2.53. Clear:. Processed in 1.782283 secs); 24 Feb 2004 17:49:25 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.782283 secs) Received: from dhcp1131.wadham.ox.ac.uk (HELO piii600.wadham.ox.ac.uk) (163.1.161.131) by gateway.wadham.ox.ac.uk with SMTP; 24 Feb 2004 17:49:23 -0000 Message-Id: <6.0.1.1.1.20040224174400.03d39410@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Tue, 24 Feb 2004 17:49:22 +0000 To: Jilles Tjoelker From: Colin Percival In-Reply-To: <20040223220802.GA31986@stack.nl> References: <6.0.1.1.1.20040223171828.03de8b30@imap.sfu.ca> <20040223220802.GA31986@stack.nl> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-current@freebsd.org Subject: Re: What to do about nologin(8)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 17:49:27 -0000 At 22:08 23/02/2004, Jilles Tjoelker wrote: >On Mon, Feb 23, 2004 at 05:45:07PM +0000, Colin Percival wrote: > > 3. Move nologin(8) to /usr/sbin > >If nologin is moved to /usr, I'd suggest /usr/libexec instead of >/usr/sbin as nologin is never called from a normal shell prompt. It may not be called from a normal shell prompt, but it doesn't exactly qualify as "system daemons & system utilities (executed by other programs)" either. Colin Percival