summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
committerlandry <landry@openbsd.org>2019-11-10 20:51:52 +0000
commitf2cc1b425fc19b24e9e47473e4618055f8126f43 (patch)
tree1797f784ef37ec5132da42e1d90287d4de7e8a3f /usr.sbin
parentdocument server/servers "trusted" sub-option. Indicates a particular (diff)
downloadwireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.tar.xz
wireguard-openbsd-f2cc1b425fc19b24e9e47473e4618055f8126f43.zip
Consistently use _rcctl enable foo_ in examples, it's simpler and less
error prone than manually editing rc.conf.local, and also works to enable ipsec and accounting. tweak from schwarze@ to use the \(dq\(dq syntax for quotes in '.Dl foo_flags="" lines' instead of \&"\&". while at it, fix a reference to a bogus /dev/dhclient.conf file that recently snuck in. ok jmc@ deraadt@ schwarze@
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/accton/accton.818
-rw-r--r--usr.sbin/bgpd/bgpd.821
-rw-r--r--usr.sbin/dvmrpd/dvmrpd.821
-rw-r--r--usr.sbin/eigrpd/eigrpd.821
-rw-r--r--usr.sbin/ldomctl/ldomctl.819
-rw-r--r--usr.sbin/ospf6d/ospf6d.821
-rw-r--r--usr.sbin/ospfd/ospfd.821
-rw-r--r--usr.sbin/rad/rad.821
-rw-r--r--usr.sbin/radiusd/radiusd.815
-rw-r--r--usr.sbin/vmd/vmd.815
10 files changed, 93 insertions, 100 deletions
diff --git a/usr.sbin/accton/accton.8 b/usr.sbin/accton/accton.8
index 553466565b1..141918abaef 100644
--- a/usr.sbin/accton/accton.8
+++ b/usr.sbin/accton/accton.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: accton.8,v 1.10 2007/12/03 18:08:39 jmc Exp $
+.\" $OpenBSD: accton.8,v 1.11 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 1993 Christopher G. Demetriou
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 3 2007 $
+.Dd $Mdocdate: November 10 2019 $
.Dt ACCTON 8
.Os
.Sh NAME
@@ -43,18 +43,16 @@ causes system accounting information for every process executed
to be placed at the end of the file.
If no argument is given, accounting is turned off.
.Pp
+To have
.Nm
-is usually started at boot time,
-and can be enabled by setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable accounting ,
+which sets
.Pp
.Dl accounting=YES
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
Log rotation of the default accounting file,
.Pa /var/account/acct ,
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8
index 1f5f877e8cc..03a3e421e66 100644
--- a/usr.sbin/bgpd/bgpd.8
+++ b/usr.sbin/bgpd/bgpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpd.8,v 1.61 2019/08/07 06:51:54 claudio Exp $
+.\" $OpenBSD: bgpd.8,v 1.62 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 7 2019 $
+.Dd $Mdocdate: November 10 2019 $
.Dt BGPD 8
.Os
.Sh NAME
@@ -128,19 +128,16 @@ or
.Em origin
attribute can be used to influence the routing behaviour on remote systems.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable bgpd ,
+which sets
.Pp
-.Dl bgpd_flags=\&"\&"
+.Dl bgpd_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
When
.Nm
diff --git a/usr.sbin/dvmrpd/dvmrpd.8 b/usr.sbin/dvmrpd/dvmrpd.8
index 34f0e89b09e..2d576304415 100644
--- a/usr.sbin/dvmrpd/dvmrpd.8
+++ b/usr.sbin/dvmrpd/dvmrpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dvmrpd.8,v 1.10 2015/07/27 17:28:39 sobrado Exp $
+.\" $OpenBSD: dvmrpd.8,v 1.11 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 27 2015 $
+.Dd $Mdocdate: November 10 2019 $
.Dt DVMRPD 8
.Os
.Sh NAME
@@ -58,19 +58,16 @@ DVMRP is used for handling multicast routing exclusively.
It is not required that a unicast routing protocol is used in
conjunction with DVMRP.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable dvmrpd ,
+which sets
.Pp
-.Dl dvmrpd_flags=\&"\&"
+.Dl dvmrpd_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm
diff --git a/usr.sbin/eigrpd/eigrpd.8 b/usr.sbin/eigrpd/eigrpd.8
index 1b07be715c6..2c349bad1b1 100644
--- a/usr.sbin/eigrpd/eigrpd.8
+++ b/usr.sbin/eigrpd/eigrpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eigrpd.8,v 1.3 2015/10/27 07:26:43 jmc Exp $
+.\" $OpenBSD: eigrpd.8,v 1.4 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 27 2015 $
+.Dd $Mdocdate: November 10 2019 $
.Dt EIGRPD 8
.Os
.Sh NAME
@@ -34,19 +34,16 @@ is an Enhanced Interior Gateway Routing Protocol
daemon which manages routing tables.
EIGRP is a routing protocol based on Distance Vector technology.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable eigrpd ,
+which sets
.Pp
-.Dl eigrpd_flags=\&"\&"
+.Dl eigrpd_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8
index 1bfe4913aa0..5bc02173aa3 100644
--- a/usr.sbin/ldomctl/ldomctl.8
+++ b/usr.sbin/ldomctl/ldomctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldomctl.8,v 1.13 2019/07/27 13:59:03 jmc Exp $
+.\" $OpenBSD: ldomctl.8,v 1.14 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 27 2019 $
+.Dd $Mdocdate: November 10 2019 $
.Dt LDOMCTL 8 sparc64
.Os
.Sh NAME
@@ -123,13 +123,16 @@ The minirootfs install media can be used to boot guest domains:
# cp miniroot56.fs /home/salmah/vdisk1
.Ed
.Pp
-Enable
-.Xr ldomd 8
-by adding the following
-to
-.Pa /etc/rc.conf.local :
+To have
+.Nm
+enabled at boot time, use
+.Dq rcctl enable ldomd ,
+which sets
+.Pp
+.Dl ldomd_flags=\(dq\(dq
.Pp
-.Dl ldomd_flags=
+in
+.Xr rc.conf.local 8 .
.Pp
Halt the primary domain and reset the machine from ALOM:
.Bd -literal -offset indent
diff --git a/usr.sbin/ospf6d/ospf6d.8 b/usr.sbin/ospf6d/ospf6d.8
index aa27ff67fe0..7cacffa1dc0 100644
--- a/usr.sbin/ospf6d/ospf6d.8
+++ b/usr.sbin/ospf6d/ospf6d.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospf6d.8,v 1.18 2015/07/27 17:28:39 sobrado Exp $
+.\" $OpenBSD: ospf6d.8,v 1.19 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 27 2015 $
+.Dd $Mdocdate: November 10 2019 $
.Dt OSPF6D 8
.Os
.Sh NAME
@@ -104,19 +104,16 @@ AS Border Routers
are connected to an OSPF network and other external networks via BGP, RIP,
or static routing, and provide connectivity to networks outside the AS.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable ospf6d ,
+which sets
.Pp
-.Dl ospf6d_flags=\&"\&"
+.Dl ospf6d_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm
diff --git a/usr.sbin/ospfd/ospfd.8 b/usr.sbin/ospfd/ospfd.8
index dec00976334..20e017da355 100644
--- a/usr.sbin/ospfd/ospfd.8
+++ b/usr.sbin/ospfd/ospfd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ospfd.8,v 1.31 2015/07/27 17:28:39 sobrado Exp $
+.\" $OpenBSD: ospfd.8,v 1.32 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2004, 2005, 2007 Esben Norby <norby@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 27 2015 $
+.Dd $Mdocdate: November 10 2019 $
.Dt OSPFD 8
.Os
.Sh NAME
@@ -104,19 +104,16 @@ AS Border Routers
are connected to an OSPF network and other external networks via BGP, RIP,
or static routing, and provide connectivity to networks outside the AS.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable ospfd ,
+which sets
.Pp
-.Dl ospfd_flags=\&"\&"
+.Dl ospfd_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm
diff --git a/usr.sbin/rad/rad.8 b/usr.sbin/rad/rad.8
index 45167c08da3..8e023d9dbc6 100644
--- a/usr.sbin/rad/rad.8
+++ b/usr.sbin/rad/rad.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rad.8,v 1.5 2019/09/06 09:40:59 benno Exp $
+.\" $OpenBSD: rad.8,v 1.6 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2018 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2016 Kenneth R Westerback <kwesterback@gmail.com>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 6 2019 $
+.Dd $Mdocdate: November 10 2019 $
.Dt RAD 8
.Os
.Sh NAME
@@ -38,19 +38,16 @@ routes.
Additionally it listens for IPv6 router solicitation messages and responds
with router advertisements.
.Pp
+To have
.Nm
-is usually started at boot time, and can be enabled by
-setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable rad ,
+which sets
.Pp
-.Dl rad_flags=\&"\&"
+.Dl rad_flags=\(dq\(dq
.Pp
-See
-.Xr rc 8
-and
-.Xr rc.conf 8
-for more information on the boot process
-and enabling daemons.
+in
+.Xr rc.conf.local 8 .
.Pp
A running
.Nm
diff --git a/usr.sbin/radiusd/radiusd.8 b/usr.sbin/radiusd/radiusd.8
index 6f49f730423..31751c80c00 100644
--- a/usr.sbin/radiusd/radiusd.8
+++ b/usr.sbin/radiusd/radiusd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radiusd.8,v 1.8 2017/10/17 22:47:58 schwarze Exp $
+.\" $OpenBSD: radiusd.8,v 1.9 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2013 Internet Initiative Japan Inc.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 17 2017 $
+.Dd $Mdocdate: November 10 2019 $
.Dt RADIUSD 8
.Os
.Sh NAME
@@ -29,11 +29,16 @@ The
.Nm
daemon implements the RADIUS protocol.
.Pp
+To have
.Nm
-can be enabled during system boot by setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable radiusd ,
+which sets
.Pp
-.Dl radiusd_flags=\&"\&"
+.Dl radiusd_flags=\(dq\(dq
+.Pp
+in
+.Xr rc.conf.local 8 .
.Pp
The options are as follows:
.Bl -tag -width Ds
diff --git a/usr.sbin/vmd/vmd.8 b/usr.sbin/vmd/vmd.8
index 9429fa8e40a..f9e9f397052 100644
--- a/usr.sbin/vmd/vmd.8
+++ b/usr.sbin/vmd/vmd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vmd.8,v 1.8 2017/07/19 01:26:20 mlarkin Exp $
+.\" $OpenBSD: vmd.8,v 1.9 2019/11/10 20:51:53 landry Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 19 2017 $
+.Dd $Mdocdate: November 10 2019 $
.Dt VMD 8
.Os
.Sh NAME
@@ -33,11 +33,16 @@ host.
is typically started at boot time and is controlled via
.Xr vmctl 8 .
.Pp
+To have
.Nm
-can be enabled during system boot by setting the following in
-.Pa /etc/rc.conf.local :
+enabled at boot time, use
+.Dq rcctl enable vmd ,
+which sets
.Pp
-.Dl vmd_flags=\&"\&"
+.Dl vmd_flags=\(dq\(dq
+.Pp
+in
+.Xr rc.conf.local 8 .
.Pp
.Nm
interfaces with the virtual machine monitor (VMM) built into the kernel.