From owner-cvs-all@FreeBSD.ORG Sun Feb 22 15:14:11 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB5F16A4CF for ; Sun, 22 Feb 2004 15:14:11 -0800 (PST) Received: from tx3.oucs.ox.ac.uk (tx3.oucs.ox.ac.uk [163.1.2.167]) by mx1.FreeBSD.org (Postfix) with ESMTP id E91B243D31 for ; Sun, 22 Feb 2004 15:14:10 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan3.oucs.ox.ac.uk ([163.1.2.166] helo=localhost) by tx3.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1Av2na-0005U3-Nb for cvs-all@FreeBSD.org; Sun, 22 Feb 2004 23:14:10 +0000 Received: from rx3.oucs.ox.ac.uk ([163.1.2.165]) by localhost (scan3.oucs.ox.ac.uk [163.1.2.166]) (amavisd-new, port 25) with ESMTP id 20776-08 for ; Sun, 22 Feb 2004 23:14:10 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx3.oucs.ox.ac.uk with smtp (Exim 4.24) id 1Av2na-0005Tp-9z for cvs-all@FreeBSD.org; Sun, 22 Feb 2004 23:14:10 +0000 Received: (qmail 8451 invoked by uid 0); 22 Feb 2004 23:14:09 -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.856024 secs); 22 Feb 2004 23:14:09 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.856024 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; 22 Feb 2004 23:14:07 -0000 Message-Id: <6.0.1.1.1.20040222230357.03ca6ec0@imap.sfu.ca> X-Sender: cperciva@imap.sfu.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sun, 22 Feb 2004 23:14:05 +0000 To: Wes Peters From: Colin Percival In-Reply-To: <200402221500.38486.wes@softweyr.com> References: <200402221003.i1MA3PW0024791@repoman.freebsd.org> <6.0.1.1.1.20040222133540.03c296b0@imap.sfu.ca> <200402221500.38486.wes@softweyr.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: Colin Percival Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Feb 2004 23:14:11 -0000 At 23:00 22/02/2004, Wes Peters wrote: >Wow. Did you read the reams of bikeshedding that have taken place on this >very topic before jumping into this? Yes, I did. And I posted to -current, saying "this is what I'm planning on doing, does anyone object?". And nobody objected. >Don't be surprised if the anti-code-bloat legions call for a backout. As bde has already pointed out (by private email), it's not clear why nologin is in /sbin anyway. I was going to bring this up on -current later this week, but I wonder if the optimal solution would be to have /sbin/nologin compiled without syslog support and /usr/sbin/nologin built from the same source but with syslog support enabled. Colin Percival