From owner-cvs-all@FreeBSD.ORG Sun Feb 22 16:10:01 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 BB90F16A4CE; Sun, 22 Feb 2004 16:10:01 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B42843D1F; Sun, 22 Feb 2004 16:10:01 -0800 (PST) (envelope-from tim@kientzle.com) Received: from kientzle.com (54.kientzle.com [66.166.149.54] (may be forged)) by kientzle.com (8.12.9/8.12.9) with ESMTP id i1N0A1kX088340; Sun, 22 Feb 2004 16:10:01 -0800 (PST) (envelope-from tim@kientzle.com) Message-ID: <403944D8.6050107@kientzle.com> Date: Sun, 22 Feb 2004 16:10:00 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Colin Percival References: <200402221003.i1MA3PW0024791@repoman.freebsd.org> In-Reply-To: <200402221003.i1MA3PW0024791@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Feb 2004 00:10:01 -0000 Colin Percival wrote: > > Modified files: > sbin/nologin Makefile nologin.c > Log: > Report login attempts to syslog. Due to the statically-linked nature of > nologin(8) ... Why is nologin statically linked? Nothing else in /sbin is statically linked now. Tim Kientzle