Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/share/man/man8 pull up revs 1.9-1.11



details:   https://anonhg.NetBSD.org/src/rev/3e321aa35b21
branches:  netbsd-1-5
changeset: 489011:3e321aa35b21
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Aug 09 19:16:58 2000 +0000

description:
pull up revs 1.9-1.11
approved by thorpej

        1.9:
        remove extra period in SEE ALL section

        1.10:
        rc.shutdown now only calls scripts that have a ``shutdown'' keyword.

        1.11:
        describe rc.d/NETWORK. xref rcorder -k for keywork explanation

diffstat:

 share/man/man8/rc.8 |  22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diffs (66 lines):

diff -r 80e5a7f61fd2 -r 3e321aa35b21 share/man/man8/rc.8
--- a/share/man/man8/rc.8       Wed Aug 09 19:15:32 2000 +0000
+++ b/share/man/man8/rc.8       Wed Aug 09 19:16:58 2000 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: rc.8,v 1.8 2000/04/29 00:38:43 lukem Exp $
+.\"    $NetBSD: rc.8,v 1.8.4.1 2000/08/09 19:16:58 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 April 28, 2000
+.Dd July 26, 2000
 .Dt RC 8
 .Os
 .Sh NAME
@@ -95,7 +95,7 @@
 .It
 Invoke
 .Xr rcorder 8
-to order the contents of
+to order the files in
 .Pa /etc/rc.d/
 and assigns the result to a variable.
 .It
@@ -119,8 +119,14 @@
 .It
 Invoke
 .Xr rcorder 8
-to order the contents of
-.Pa /etc/rc.d/ ,
+to order the files in
+.Pa /etc/rc.d/
+that have a
+.Dq shutdown
+keyword (refer to
+.Xr rcorder 8 's
+.Fl k 
+flag),
 reverses that order, and assigns the result to a variable.
 .It
 Calls each script in turn using run_rc_script() (from
@@ -148,9 +154,11 @@
 to ensure that certain operations are done before others, such as:
 .Bl -tag -width SERVERS
 .It DAEMON
-before all daemons
+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
@@ -214,7 +222,7 @@
 .Xr init 8 ,
 .Xr rcorder 8 ,
 .Xr reboot 8 ,
-.Xr shutdown 8 .
+.Xr shutdown 8
 .Sh HISTORY
 The
 .Nm



Home | Main Index | Thread Index | Old Index