From owner-cvs-all@FreeBSD.ORG Tue Feb 24 10:01:49 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 B00F316A4D1; Tue, 24 Feb 2004 10:01:49 -0800 (PST) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8CA2843D1D; Tue, 24 Feb 2004 10:01:49 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.10/8.12.10) with ESMTP id i1OI1lOJ034493; Tue, 24 Feb 2004 10:01:47 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i1OI1kOM034492; Tue, 24 Feb 2004 10:01:46 -0800 (PST) (envelope-from obrien) Date: Tue, 24 Feb 2004 10:01:45 -0800 From: "David O'Brien" To: Colin Percival Message-ID: <20040224180145.GC33635@dragon.nuxi.com> References: <200402221003.i1MA3PW0024791@repoman.freebsd.org> <6.0.1.1.1.20040222133540.03c296b0@imap.sfu.ca> <200402221500.38486.wes@softweyr.com> <6.0.1.1.1.20040222230357.03ca6ec0@imap.sfu.ca> <20040222231649.GN45593@submonkey.net> <6.0.1.1.1.20040222231909.03abc488@imap.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6.0.1.1.1.20040222231909.03abc488@imap.sfu.ca> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Wes Peters cc: Ceri Davies cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-src@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: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2004 18:01:49 -0000 On Sun, Feb 22, 2004 at 11:22:56PM +0000, Colin Percival wrote: > At 23:16 22/02/2004, Ceri Davies wrote: > >On Sun, Feb 22, 2004 at 11:14:05PM +0000, Colin Percival wrote: > >> 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. > > > >It sounds to me like the optimal solution would actually be to move it. > > Sure, if you want to confuse people who have spent over a decade > expecting it to be in /sbin. We've got to leave *something* in /sbin > for at least the near future, even if it's minimalist. Why not install a static nologin to /usr/sbin, and make /sbin/nologin a symlink to /usr/sbin/nologin ?