Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man8 display dummy dependancies in the order that ...
details: https://anonhg.NetBSD.org/src/rev/fae4d014d843
branches: trunk
changeset: 499324:fae4d014d843
user: lukem <lukem%NetBSD.org@localhost>
date: Fri Nov 17 05:00:26 2000 +0000
description:
display dummy dependancies in the order that they're actually started
in, to be slighly more helpful: (i.e, NETWORK, SERVERS, DAEMON, LOGIN)
diffstat:
share/man/man8/rc.8 | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r ae9f4924804d -r fae4d014d843 share/man/man8/rc.8
--- a/share/man/man8/rc.8 Fri Nov 17 04:19:06 2000 +0000
+++ b/share/man/man8/rc.8 Fri Nov 17 05:00:26 2000 +0000
@@ -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 @@
.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 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
-.It NETWORK
-ensure basic network services are running
-.It SERVERS
-ensure basic services exist for services that start early.
.El
.It foo.sh
Scripts that are to be sourced into the current shell rather than a subshell.
Home |
Main Index |
Thread Index |
Old Index