From b212c9dfd1abd25551fb90b01e34e42bd7c55076 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 29 Oct 2015 10:27:44 -0700 Subject: [PATCH] Quagga: Man pages have wrong paths Ticket: CM-8027 Testing: See bug The man pages have the wrong paths listed. Signed-off-by: Donald Sharp --- doc/bgpd.8 | 4 ++-- doc/isisd.8 | 4 ++-- doc/ospf6d.8 | 4 ++-- doc/ospfd.8 | 4 ++-- doc/ripd.8 | 4 ++-- doc/ripngd.8 | 4 ++-- doc/vtysh.1 | 4 ++-- doc/zebra.8 | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/bgpd.8 b/doc/bgpd.8 index 8daaefa27b..67143c2c59 100644 --- a/doc/bgpd.8 +++ b/doc/bgpd.8 @@ -78,12 +78,12 @@ When the program terminates, retain routes added by \fBbgpd\fR. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/bgpd +.BI /usr/lib/quagga/bgpd The default location of the .B bgpd binary. .TP -.BI /usr/local/etc/bgpd.conf +.BI /etc/quagga/bgpd.conf The default location of the .B bgpd config file. diff --git a/doc/isisd.8 b/doc/isisd.8 index 84e6cf5544..83ac99d57a 100644 --- a/doc/isisd.8 +++ b/doc/isisd.8 @@ -67,12 +67,12 @@ Specify the user to run as. Default is \fIquagga\fR. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/isisd +.BI /usr/lib/quagga/isisd The default location of the .B isisd binary. .TP -.BI /usr/local/etc/isisd.conf +.BI /etc/quagga/isisd.conf The default location of the .B isisd config file. diff --git a/doc/ospf6d.8 b/doc/ospf6d.8 index 0643226345..630b20afdd 100644 --- a/doc/ospf6d.8 +++ b/doc/ospf6d.8 @@ -68,12 +68,12 @@ Specify the user to run as. Default is \fIquagga\fR. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/ospf6d +.BI /usr/lib/quagga/ospf6d The default location of the .B ospf6d binary. .TP -.BI /usr/local/etc/ospf6d.conf +.BI /etc/quagga/ospf6d.conf The default location of the .B ospf6d config file. diff --git a/doc/ospfd.8 b/doc/ospfd.8 index 8c819cf658..ba8848affa 100644 --- a/doc/ospfd.8 +++ b/doc/ospfd.8 @@ -70,12 +70,12 @@ Enable OSPF apiserver. Default is disabled. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/ospfd +.BI /usr/lib/quagga/ospfd The default location of the .B ospfd binary. .TP -.BI /usr/local/etc/ospfd.conf +.BI /etc/quagga/ospfd.conf The default location of the .B ospfd config file. diff --git a/doc/ripd.8 b/doc/ripd.8 index 8fa9bf23f4..f042af228b 100644 --- a/doc/ripd.8 +++ b/doc/ripd.8 @@ -71,12 +71,12 @@ When the program terminates, retain routes added by \fBripd\fR. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/ripd +.BI /usr/lib/quagga/ripd The default location of the .B ripd binary. .TP -.BI /usr/local/etc/ripd.conf +.BI /etc/quagga/ripd.conf The default location of the .B ripd config file. diff --git a/doc/ripngd.8 b/doc/ripngd.8 index 6e63dc20eb..e4504fde46 100644 --- a/doc/ripngd.8 +++ b/doc/ripngd.8 @@ -71,12 +71,12 @@ When the program terminates, retain routes added by \fBripd\fR. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/ripngd +.BI /usr/lib/quagga/ripngd The default location of the .B ripngd binary. .TP -.BI /usr/local/etc/ripngd.conf +.BI /etc/quagga/ripngd.conf The default location of the .B ripngd config file. diff --git a/doc/vtysh.1 b/doc/vtysh.1 index de4913e51f..ff4c2b4f84 100644 --- a/doc/vtysh.1 +++ b/doc/vtysh.1 @@ -68,12 +68,12 @@ Display a usage message on standard output and exit. This should be the name of the pager to use. Default is \fBmore\fR. .SH FILES .TP -.BI /usr/local/etc/vtysh.conf +.BI /etc/quagga/vtysh.conf The default location of the .B vtysh config file. .TP -.BI /usr/local/etc/Quagga.conf +.BI /etc/quagga/Quagga.conf The default location of the integrated Quagga routing engine config file if integrated config file is in use (not default). .SH WARNING diff --git a/doc/zebra.8 b/doc/zebra.8 index a40909a699..cb431da0aa 100644 --- a/doc/zebra.8 +++ b/doc/zebra.8 @@ -90,12 +90,12 @@ Note that this affects Linux only. Print the version and exit. .SH FILES .TP -.BI /usr/local/sbin/zebra +.BI /usr/lib/quagga/zebra The default location of the .B zebra binary. .TP -.BI /usr/local/etc/zebra.conf +.BI /etc/quagga/zebra.conf The default location of the .B zebra config file. -- 2.39.5