diff options
author | David Lamparter <equinox@diac24.net> | 2020-01-15 00:00:32 +0100 |
---|---|---|
committer | David Lamparter <equinox@diac24.net> | 2020-01-15 14:05:11 +0100 |
commit | 429576883e95072c464a5f906b1f777651303d89 (patch) | |
tree | 21f2b9685607a527408f509b4e3d0b57c3eb74ac /ripd/subdir.am | |
parent | Merge pull request #5677 from qlyoung/fix-my-bfd-screwups (diff) | |
download | frr-429576883e95072c464a5f906b1f777651303d89.tar.xz frr-429576883e95072c464a5f906b1f777651303d89.zip |
doc: rename man pages to frr-*
The vrrpd one conflicts with the standalone vrrpd package; also we're
installing daemons to /usr/lib/frr on some systems so they're not on
PATH.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'ripd/subdir.am')
-rw-r--r-- | ripd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ripd/subdir.am b/ripd/subdir.am index dfdfc88a5..00984672e 100644 --- a/ripd/subdir.am +++ b/ripd/subdir.am @@ -15,7 +15,7 @@ vtysh_scan += \ if SNMP module_LTLIBRARIES += ripd/ripd_snmp.la endif -man8 += $(MANBUILD)/ripd.8 +man8 += $(MANBUILD)/frr-ripd.8 endif ripd_librip_a_SOURCES = \ |