From owner-cvs-sbin Sun Aug 17 20:30:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA17199 for cvs-sbin-outgoing; Sun, 17 Aug 1997 20:30:58 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA17166; Sun, 17 Aug 1997 20:30:42 -0700 (PDT) From: David Nugent Received: (from davidn@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA09861; Sun, 17 Aug 1997 20:30:05 -0700 (PDT) Date: Sun, 17 Aug 1997 20:30:05 -0700 (PDT) Message-Id: <199708180330.UAA09861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: cvs commit: src/sbin/init Makefile init.8 init.c pathnames.h Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 1997/08/17 20:30:05 PDT Modified files: (Branch: RELENG_2_2) sbin/init Makefile init.8 init.c pathnames.h Log: Sync with current (almost). Bring in minor cleanups, rc.shutdown support (this is non-intrusive and effective a no-op if /etc/rc.shutdown does not exist). Revision Changes Path 1.8.2.1 +3 -3 src/sbin/init/Makefile 1.4.2.3 +12 -1 src/sbin/init/init.8 1.12.2.3 +222 -31 src/sbin/init/init.c 1.1.1.1.8.1 +1 -0 src/sbin/init/pathnames.h