summaryrefslogtreecommitdiff
path: root/share/man/man8/rc.subr.8
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-02-12 11:22:32 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2011-02-12 11:22:32 +0000
commitfb3adb7a26400f1837335141c72649730888e79e (patch)
treeddb7ad23304312605a8753165148af6cc2611723 /share/man/man8/rc.subr.8
parent6a1465cfc9ee4fb18446443bdd6cd8175e2a1797 (diff)
Extend rc_scripts documentation.
prodded by espie@ ok jmc@ (with tweaks), ok miod@
Diffstat (limited to 'share/man/man8/rc.subr.8')
-rw-r--r--share/man/man8/rc.subr.89
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 2564e04efbd..a3c2b9966c6 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.subr.8,v 1.5 2011/01/16 23:31:12 schwarze Exp $
+.\" $OpenBSD: rc.subr.8,v 1.6 2011/02/12 11:22:31 ajacoutot Exp $
.\"
.\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 16 2011 $
+.Dd $Mdocdate: February 12 2011 $
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -47,6 +47,11 @@ It is currently used for daemons installed from
only, not for daemons contained in the
.Ox
base system.
+The order in which scripts are started and stopped at boot time and
+shutdown is defined by the
+.Va rc_scripts
+variable in
+.Xr rc.conf 8 .
.Pp
The
.Nm