From 38f1bc33cf7b53ec6aaab131ec06fe5af0ea9548 Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Wed, 21 Aug 2013 20:39:24 -0600 Subject: [PATCH] Add lines for {net,open}bsdservice to State Providers doc These lines were left incomplete in f15ce62, this commit finishes them. --- doc/ref/states/providers.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/states/providers.rst b/doc/ref/states/providers.rst index 63fe925630..cb102f46d3 100644 --- a/doc/ref/states/providers.rst +++ b/doc/ref/states/providers.rst @@ -95,8 +95,8 @@ freebsdservice FreeBSD-based OSes using ``service(8)`` gentoo_service Gentoo Linux using :program:`sysvinit` and ``rc-update(8)`` launchctl Mac OS hosts using ``launchctl(1)`` -netbsdservice -openbsdservice +netbsdservice NetBSD-based OSes +openbsdservice OpenBSD-based OSes rh_service RedHat-based distros and derivatives using ``service(8)`` and ``chkconfig(8)``. Supports both pure sysvinit and mixed sysvinit/upstart systems.