Page MenuHomeFreeBSD

D17895.id50127.diff
No OneTemporary

D17895.id50127.diff

Index: share/man/man8/rc.subr.8
===================================================================
--- share/man/man8/rc.subr.8
+++ share/man/man8/rc.subr.8
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 19, 2018
+.Dd November 7, 2018
.Dt RC.SUBR 8
.Os
.Sh NAME
@@ -491,16 +491,22 @@
before running the
.Cm start
method.
+The list is checked before running
+.Va start_precmd .
.It Va required_files
Check for the readability of the listed files
before running the
.Cm start
method.
+The list is checked before running
+.Va start_precmd .
.It Va required_modules
Ensure that the listed kernel modules are loaded
before running the
.Cm start
method.
+The list is checked after running
+.Va start_precmd .
This is done after invoking the commands from
.Va start_precmd
so that the missing modules are not loaded in vain
@@ -531,6 +537,8 @@
before running the
.Cm start
method.
+The list is checked after running
+.Va start_precmd .
.It Va ${name}_chdir
Directory to
.Ic cd

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 3, 6:49 AM (5 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29187781
Default Alt Text
D17895.id50127.diff (1002 B)

Event Timeline