From a41efd22a59f55b3e34986448e5c86975a06166e Mon Sep 17 00:00:00 2001 From: lukem Date: Fri, 17 Nov 2000 05:00:26 +0000 Subject: [PATCH] display dummy dependancies in the order that they're actually started in, to be slighly more helpful: (i.e, NETWORK, SERVERS, DAEMON, LOGIN) --- share/man/man8/rc.8 | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index bf7f9984c1cb..ee9317794be9 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rc.8,v 1.12 2000/08/22 08:53:17 lukem Exp $ +.\" $NetBSD: rc.8,v 1.13 2000/11/17 05:00:26 lukem Exp $ .\" .\" Copyright (c) 2000 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -34,7 +34,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd August 16, 2000 +.Dd November 17, 2000 .Dt RC 8 .Os .Sh NAME @@ -157,16 +157,17 @@ The following file naming conventions are currently used in .It ALLUPPERCASE Scripts that are .Sq placeholders -to ensure that certain operations are done before others, such as: +to ensure that certain operations are done before others. +In order of startup, these are: .Bl -tag -width SERVERS -.It DAEMON -before all general purpose daemons -.It LOGIN -before user login processes .It NETWORK ensure basic network services are running .It SERVERS ensure basic services exist for services that start early. +.It DAEMON +before all general purpose daemons +.It LOGIN +before user login processes .El .It foo.sh Scripts that are to be sourced into the current shell rather than a subshell.