mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
rc.8: Remove false information about rc.d/local
It does not handle scripts in /usr/local/etc/rc.d/. Instead, it takes care of /etc/rc.local and /etc/rc.shutdown.local. MFC after: 2 weeks
This commit is contained in:
parent
9046ecff40
commit
9dc67a7065
1 changed files with 1 additions and 13 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 31, 2024
|
||||
.Dd September 20, 2024
|
||||
.Dt RC 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -451,18 +451,6 @@ is not set, when going from single-user to multi-user mode for example,
|
|||
the script does not do anything.
|
||||
.Pp
|
||||
The
|
||||
.Pa /etc/rc.d/local
|
||||
script can execute scripts from multiple
|
||||
.Nm rc.d/
|
||||
directories.
|
||||
The default location includes
|
||||
.Pa /usr/local/etc/rc.d/ ,
|
||||
but these may be overridden with the
|
||||
.Va local_startup
|
||||
.Xr rc.conf 5
|
||||
variable.
|
||||
.Pp
|
||||
The
|
||||
.Pa /etc/rc.d/serial
|
||||
script is used to set any special configurations for serial devices.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue