diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-06 23:46:11 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-07-06 23:46:11 +0000 |
commit | 0c3278d3e93eaee7acdda02f3770f90be20f2b84 (patch) | |
tree | 3478b4d246f1fd71f0445d0812c7cf978d6bd584 | |
parent | 68494a1c586f98ca697a91771fddff329f1dcf14 (diff) |
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 |