Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37762599
en ru br
ALT Linux repos
S:1.2.4-alt5
5.0: 0.99.11-alt3
4.1: 0.99.18-alt0.M41.2
4.0: 0.99.18-alt0.M40.1
3.0:
+backports:0.99.9-alt0.M30.4

Group :: Networking/Other
RPM: quagga

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: quagga-1.2.2-man.patch
Download


diff -Nur quagga-1.2.2.old/doc/bgpd.8 quagga-1.2.2/doc/bgpd.8
--- quagga-1.2.2.old/doc/bgpd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/bgpd.8	2017-10-09 08:19:22.255047622 +0000
@@ -44,7 +44,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/bgpd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/bgpd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -81,12 +81,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/bgpd
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/isisd.8 quagga-1.2.2/doc/isisd.8
--- quagga-1.2.2.old/doc/isisd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/isisd.8	2017-10-09 08:19:22.255047622 +0000
@@ -39,7 +39,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/isisd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/isisd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -67,12 +67,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/isisd
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/nhrpd.8 quagga-1.2.2/doc/nhrpd.8
--- quagga-1.2.2.old/doc/nhrpd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/nhrpd.8	2017-10-09 08:27:09.094706851 +0000
@@ -39,7 +39,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/nhrpd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/nhrpd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -67,12 +67,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/nhrpd
+.BI /usr/sbin/nhrpd
 The default location of the
 .B nhrpd
 binary.
 .TP
-.BI /usr/local/etc/nhrpd.conf
+.BI /etc/quagga/nhrpd.conf
 The default location of the
 .B nhrpd
 config file.
diff -Nur quagga-1.2.2.old/doc/ospf6d.8 quagga-1.2.2/doc/ospf6d.8
--- quagga-1.2.2.old/doc/ospf6d.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/ospf6d.8	2017-10-09 08:19:22.256047662 +0000
@@ -40,7 +40,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/ospf6d.conf\fR.
+option will likely default to \fB\fI/etc/quagga/ospf6d.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -68,12 +68,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/ospf6d
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/ospfd.8 quagga-1.2.2/doc/ospfd.8
--- quagga-1.2.2.old/doc/ospfd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/ospfd.8	2017-10-09 08:19:22.256047662 +0000
@@ -39,7 +39,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/ospfd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/ospfd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -70,12 +70,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/ospfd
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/pimd.8 quagga-1.2.2/doc/pimd.8
--- quagga-1.2.2.old/doc/pimd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/pimd.8	2017-10-09 08:19:22.256047662 +0000
@@ -42,7 +42,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/pimd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/pimd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -77,12 +77,12 @@
 Enable logging information for zclient debugging.
 .SH FILES
 .TP
-.BI /usr/local/sbin/pimd
+.BI /usr/sbin/pimd
 The default location of the 
 .B pimd
 binary.
 .TP
-.BI /usr/local/etc/pimd.conf
+.BI /etc/quagga/pimd.conf
 The default location of the 
 .B pimd
 config file.
diff -Nur quagga-1.2.2.old/doc/ripd.8 quagga-1.2.2/doc/ripd.8
--- quagga-1.2.2.old/doc/ripd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/ripd.8	2017-10-09 08:19:22.256047662 +0000
@@ -40,7 +40,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/ripd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/ripd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -71,12 +71,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/ripd
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/ripngd.8 quagga-1.2.2/doc/ripngd.8
--- quagga-1.2.2.old/doc/ripngd.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/ripngd.8	2017-10-09 08:19:22.256047662 +0000
@@ -40,7 +40,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR 
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/ripngd.conf\fR.
+option will likely default to \fB\fI/etc/quagga/ripngd.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -71,12 +71,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/ripngd
+.BI /usr/sbin/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 -Nur quagga-1.2.2.old/doc/vtysh.1 quagga-1.2.2/doc/vtysh.1
--- quagga-1.2.2.old/doc/vtysh.1	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/vtysh.1	2017-10-09 08:19:22.257047702 +0000
@@ -68,12 +68,12 @@
 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).
 .TP
diff -Nur quagga-1.2.2.old/doc/zebra.8 quagga-1.2.2/doc/zebra.8
--- quagga-1.2.2.old/doc/zebra.8	2017-10-03 14:57:10.134739835 +0000
+++ quagga-1.2.2/doc/zebra.8	2017-10-09 08:19:22.257047702 +0000
@@ -44,7 +44,7 @@
 .TP
 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
 Specifies the config file to use for startup. If not specified this
-option will likely default to \fB\fI/usr/local/etc/zebra.conf\fR.
+option will likely default to \fB\fI/etc/quagga/zebra.conf\fR.
 .TP
 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
 Specify the group to run as. Default is \fIquagga\fR.
@@ -90,12 +90,12 @@
 Print the version and exit.
 .SH FILES
 .TP
-.BI /usr/local/sbin/zebra
+.BI /usr/sbin/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.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin