diff options
author | 2011-07-06 23:46:10 +0000 | |
---|---|---|
committer | 2011-07-06 23:46:10 +0000 | |
commit | 197a0229e1abcadc9219ba1b5f5d43ae3e9b9de6 (patch) | |
tree | fc552c0262e2eb747253f853ef3df5b288225343 | |
parent | Add sysctl net.inet.tcp.always_keepalive, when this is set the system (diff) | |
download | wireguard-openbsd-197a0229e1abcadc9219ba1b5f5d43ae3e9b9de6.tar.xz wireguard-openbsd-197a0229e1abcadc9219ba1b5f5d43ae3e9b9de6.zip |
rc.d(8) now handle some base daemons as well.
ok robert@
-rw-r--r-- | share/man/man8/rc.d.8 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8 index 31e1a3f9873..f0fa035690e 100644 --- a/share/man/man8/rc.d.8 +++ b/share/man/man8/rc.d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.d.8,v 1.13 2011/06/10 08:46:56 ajacoutot Exp $ +.\" $OpenBSD: rc.d.8,v 1.14 2011/07/06 23:46:10 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: June 10 2011 $ +.Dd $Mdocdate: July 6 2011 $ .Dt RC.D 8 .Os .Sh NAME @@ -38,11 +38,6 @@ The directory contains shell scripts to start, stop, and reconfigure daemon programs .Pq Dq services . -Currently, it is only used for daemons installed from -.Xr packages 7 , -and not for the -.Ox -base system. .Pp Those services may be started at boot time in the order specified by the .Va rc_scripts |