From owner-cvs-src@FreeBSD.ORG Sun Feb 22 05:38:00 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 0776A16A4CE for ; Sun, 22 Feb 2004 05:38:00 -0800 (PST) Received: from tx2.oucs.ox.ac.uk (tx2.oucs.ox.ac.uk [163.1.2.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDBF543D1F for ; Sun, 22 Feb 2004 05:37:59 -0800 (PST) (envelope-from colin.percival@wadham.ox.ac.uk) Received: from scan2.oucs.ox.ac.uk ([163.1.2.162] helo=localhost) by tx2.oucs.ox.ac.uk with esmtp (Exim 4.24) id 1Autnz-0004z2-K6 for cvs-src@FreeBSD.org; Sun, 22 Feb 2004 13:37:59 +0000 Received: from rx2.oucs.ox.ac.uk ([163.1.2.161]) by localhost (scan2.oucs.ox.ac.uk [163.1.2.162]) (amavisd-new, port 25) with ESMTP id 19029-03 for ; Sun, 22 Feb 2004 13:37:59 +0000 (GMT) Received: from gateway.wadham.ox.ac.uk ([163.1.161.253]) by rx2.oucs.ox.ac.uk with smtp (Exim 4.24) id 1Autnz-0004ys-6g for cvs-src@FreeBSD.org; Sun, 22 Feb 2004 13:37:59 +0000 Received: (qmail 12391 invoked by uid 0); 22 Feb 2004 13:37:41 -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.933693 secs); 22 Feb 2004 13:37:41 -0000 X-Qmail-Scanner-Mail-From: colin.percival@wadham.ox.ac.uk via gateway X-Qmail-Scanner: 1.16 (Clear:. Processed in 1.933693 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 13:37:39 -0000 Message-Id: <6.0.1.1.1.20040222133540.03c296b0@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 13:37:37 +0000 To: Colin Percival From: Colin Percival In-Reply-To: <200402221003.i1MA3PW0024791@repoman.freebsd.org> References: <200402221003.i1MA3PW0024791@repoman.freebsd.org> 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 Subject: Re: cvs commit: src/sbin/nologin Makefile nologin.c 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: Sun, 22 Feb 2004 13:38:00 -0000 At 10:03 22/02/2004, Colin Percival wrote: >cperciva 2004/02/22 02:03:25 PST > > Log: > Report login attempts to syslog. Due to the statically-linked nature of > nologin(8), this causes a considerable (100K) increase in the binary size, > so I've added a NO_LOGIN_LOG option which disables this. Oops, s/NO_LOGIN_LOG/NO_NOLOGIN_LOG/ Colin Percival