parent
ec04e08707
commit
32715e1144
@ -37,11 +37,11 @@ Brings up any system specific stuff such as
|
|||||||
and optionally
|
and optionally
|
||||||
.Pa /sys
|
.Pa /sys
|
||||||
for Linux based systems. It also mounts
|
for Linux based systems. It also mounts
|
||||||
.Pa /lib/rc/init.d
|
.Pa /run/openrc
|
||||||
as a ramdisk using tmpfs where available unless / is mounted rw at boot.
|
as a ramdisk using tmpfs where available unless / is mounted rw at boot.
|
||||||
.Nm
|
.Nm
|
||||||
uses
|
uses
|
||||||
.Pa /lib/rc/init.d
|
.Pa /run/openrc
|
||||||
to hold state information about the services it runs.
|
to hold state information about the services it runs.
|
||||||
sysinit always runs when the host first starts should not be run again.
|
sysinit always runs when the host first starts should not be run again.
|
||||||
.It Ar boot
|
.It Ar boot
|
||||||
|
@ -47,7 +47,7 @@ services.
|
|||||||
.Pp
|
.Pp
|
||||||
.Fn rc_deptree_update
|
.Fn rc_deptree_update
|
||||||
updates the service dependency tree, normally
|
updates the service dependency tree, normally
|
||||||
.Pa /lib/rc/init.d/deptree .
|
.Pa /run/openrc/deptree .
|
||||||
.Fn rc_deptree_update_needed
|
.Fn rc_deptree_update_needed
|
||||||
checks to see if the dependency tree needs updated based on the mtime of it
|
checks to see if the dependency tree needs updated based on the mtime of it
|
||||||
compared to
|
compared to
|
||||||
|
@ -204,7 +204,7 @@ When a function fails it should either return false or NULL and set
|
|||||||
.Va errno
|
.Va errno
|
||||||
unless specified otherwise as above.
|
unless specified otherwise as above.
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Pa /lib/rc/init.d
|
.Pa /run/openrc
|
||||||
normally holds the volatile state data for services on a RAM backed disk.
|
normally holds the volatile state data for services on a RAM backed disk.
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr errno 3 ,
|
.Xr errno 3 ,
|
||||||
|
Loading…
Reference in New Issue
Block a user