From owner-cvs-all Mon Jan 11 01:07:49 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA03771 for cvs-all-outgoing; Mon, 11 Jan 1999 01:07:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA03766; Mon, 11 Jan 1999 01:07:47 -0800 (PST) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id BAA26980; Mon, 11 Jan 1999 01:07:43 -0800 (PST) Date: Mon, 11 Jan 1999 01:07:43 -0800 (PST) Message-Id: <199901110907.BAA26980@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/etc login.conf rc src/include paths.h src/sbin/shutdown shutdown.8 src/usr.bin/login login.1 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk asami 1999/01/11 01:07:42 PST Modified files: etc login.conf rc include paths.h sbin/shutdown shutdown.8 usr.bin/login login.1 Log: Move nologin from /etc to /var/run. This means one less file that has to be written to /etc. The only essential change is in paths.h, so any third-party software written correctly will pick it up in the next rebuild. Reviewed by: the committers list (actually an old version) Revision Changes Path 1.25 +2 -2 src/etc/login.conf 1.166 +1 -3 src/etc/rc 1.9 +1 -1 src/include/paths.h 1.9 +5 -5 src/sbin/shutdown/shutdown.8 1.13 +3 -3 src/usr.bin/login/login.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message