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/eigrpd/eigrpd.8 | |
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/eigrpd/eigrpd.8')
-rw-r--r-- | usr.sbin/eigrpd/eigrpd.8 | 21 |
1 files changed, 9 insertions, 12 deletions
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 |