display dummy dependancies in the order that they're actually started

in, to be slighly more helpful: (i.e, NETWORK, SERVERS, DAEMON, LOGIN)
This commit is contained in:
lukem 2000-11-17 05:00:26 +00:00
parent 616bd9bad1
commit a41efd22a5
1 changed files with 8 additions and 7 deletions

View File

@ -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.