diff options
author | Landry Breuil <landry@cvs.openbsd.org> | 2019-11-10 20:51:54 +0000 |
---|---|---|
committer | Landry Breuil <landry@cvs.openbsd.org> | 2019-11-10 20:51:54 +0000 |
commit | ad5aa688cf240954f448366d01bc2159b2f02688 (patch) | |
tree | 43f8870f0f8ac9125a5e7f174da59c02f840dc14 /usr.sbin/ospf6d | |
parent | 0bdcc0485ff22df3717c9b06c2796e7ed9d7b1fb (diff) |
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/ospf6d')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.8 | 21 |
1 files changed, 9 insertions, 12 deletions
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 |