Skip to content

Commit d618088

Browse files
committed
Rename: freerangerouting --> frrouting
Signed-off-by: Lou Berger <[email protected]>
1 parent 447a8fe commit d618088

27 files changed

+52
-52
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
ChangeLog information for FRRouting is for now recorded in source-code
22
management system. Please see:
33

4-
http://www.freerangerouting.org/
4+
http://www.frrouting.org/

REPORTING-BUGS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ non-response to requests to reconfirm or supply additional
1010
information.
1111

1212
Report bugs on Github Issue Tracker at
13-
https://github.com/freerangerouting/frr/issues
13+
https://github.com/frrouting/frr/issues
1414

1515
Please supply the following information:
1616
1. Your FRRouting version or if it is from git then the commit reference.

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
##
88
AC_PREREQ(2.60)
99

10-
AC_INIT(frr, 2.0-rc2, [https://github.com/freerangerouting/frr/issues])
11-
PACKAGE_URL="https://freerangerouting.org/"
10+
AC_INIT(frr, 2.0-rc2, [https://github.com/frrouting/frr/issues])
11+
PACKAGE_URL="https://frrouting.org/"
1212
PACKAGE_FULLNAME="FRRouting"
1313
AC_SUBST(PACKAGE_FULLNAME)
1414

debian/README.Debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ available forcing you to explicitly type "apt-get install frr" to upgrade it.
1414
* What is frr?
1515
=================
1616

17-
http://www.freerangerouting.org/
17+
http://www.frrouting.org/
1818
FRR is a routing software suite, providing implementations of OSPFv2,
1919
OSPFv3, RIP v1 and v2, RIPng, ISIS, PIM, BGP and LDP for Unix platforms, particularly
2020
FreeBSD and Linux and also NetBSD, to mention a few. FRR is a fork of Quagga

debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
22
Upstream-Name: Frr
3-
Upstream-Contact: maintainers@freerangerouting.org, security@freerangerouting.org
4-
Source: http://www.freerangerouting.org/
3+
Upstream-Contact: maintainers@frrouting.org, security@frrouting.org
4+
Source: http://www.frrouting.org/
55

66
Files: *
77
Copyright: 1996-2003 by the original Zebra authors:

doc/Building_FRR_on_CentOS6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ an example.)
7878
You may want to pay special attention to `/usr/lib64` paths and change
7979
them if you are not building on a x86_64 architecture
8080

81-
git clone https://github.com/freerangerouting/frr.git frr
81+
git clone https://github.com/frrouting/frr.git frr
8282
cd frr
8383
git checkout stable/2.0
8484
./bootstrap.sh

doc/Building_FRR_on_CentOS7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ an example.)
3737
You may want to pay special attention to `/usr/lib64` paths and change
3838
them if you are not building on a x86_64 architecture
3939

40-
git clone https://github.com/freerangerouting/frr.git frr
40+
git clone https://github.com/frrouting/frr.git frr
4141
cd frr
4242
git checkout stable/2.0
4343
./bootstrap.sh

doc/Building_FRR_on_Debian8.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ any packages**
3939
(You may prefer different options on configure statement. These are just
4040
an example.)
4141

42-
git clone https://github.com/freerangerouting/frr.git frr
42+
git clone https://github.com/frrouting/frr.git frr
4343
cd frr
4444
git checkout stable/2.0
4545
./bootstrap.sh

doc/Building_FRR_on_Fedora24.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ an example.)
3030
You may want to pay special attention to `/usr/lib64` paths and change
3131
them if you are not building on a x86_64 architecture
3232

33-
git clone https://github.com/freerangerouting/frr.git frr
33+
git clone https://github.com/frrouting/frr.git frr
3434
cd frr
3535
git checkout stable/2.0
3636
./bootstrap.sh

doc/Building_FRR_on_FreeBSD10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ using any packages**
4141
(You may prefer different options on configure statement. These are just
4242
an example)
4343

44-
git clone https://github.com/freerangerouting/frr.git frr
44+
git clone https://github.com/frrouting/frr.git frr
4545
cd frr
4646
git checkout stable/2.0
4747
./bootstrap.sh

doc/Building_FRR_on_FreeBSD11.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ using any packages**
4141
(You may prefer different options on configure statement. These are just
4242
an example)
4343

44-
git clone https://github.com/freerangerouting/frr.git frr
44+
git clone https://github.com/frrouting/frr.git frr
4545
cd frr
4646
git checkout stable/2.0
4747
./bootstrap.sh

doc/Building_FRR_on_FreeBSD9.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ using any packages**
4141
(You may prefer different options on configure statement. These are just
4242
an example)
4343

44-
git clone https://github.com/freerangerouting/frr.git frr
44+
git clone https://github.com/frrouting/frr.git frr
4545
cd frr
4646
git checkout stable/2.0
4747
./bootstrap.sh

doc/Building_FRR_on_NetBSD6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Get FRR, compile it and install it (from Git)
4545
(You may prefer different options on configure statement. These are just
4646
an example)
4747

48-
git clone https://github.com/freerangerouting/frr.git frr
48+
git clone https://github.com/frrouting/frr.git frr
4949
cd frr
5050
git checkout stable/2.0
5151
./bootstrap.sh

doc/Building_FRR_on_NetBSD7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Get FRR, compile it and install it (from Git)
3939
(You may prefer different options on configure statement. These are just
4040
an example)
4141

42-
git clone https://github.com/freerangerouting/frr.git frr
42+
git clone https://github.com/frrouting/frr.git frr
4343
cd frr
4444
git checkout stable/2.0
4545
./bootstrap.sh

doc/Building_FRR_on_OmniOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ any packages**
8787
(You may prefer different options on configure statement. These are just
8888
an example)
8989

90-
git clone https://github.com/freerangerouting/frr.git frr
90+
git clone https://github.com/frrouting/frr.git frr
9191
cd frr
9292
git checkout stable/2.0
9393
./bootstrap.sh

doc/Building_FRR_on_OpenBSD6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ any packages**
4040
(You may prefer different options on configure statement. These are just
4141
an example)
4242

43-
git clone https://github.com/freerangerouting/frr.git frr
43+
git clone https://github.com/frrouting/frr.git frr
4444
cd frr
4545
git checkout stable/2.0
4646
./bootstrap.sh

doc/Building_FRR_on_Ubuntu1204.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ any packages**
7272
(You may prefer different options on configure statement. These are just
7373
an example.)
7474

75-
git clone https://github.com/freerangerouting/frr.git frr
75+
git clone https://github.com/frrouting/frr.git frr
7676
cd frr
7777
git checkout stable/2.0
7878
./bootstrap.sh

doc/Building_FRR_on_Ubuntu1404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ any packages**
3232
(You may prefer different options on configure statement. These are just
3333
an example.)
3434

35-
git clone https://github.com/freerangerouting/frr.git frr
35+
git clone https://github.com/frrouting/frr.git frr
3636
cd frr
3737
git checkout stable/2.0
3838
./bootstrap.sh

doc/Building_FRR_on_Ubuntu1604.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ any packages**
3333
(You may prefer different options on configure statement. These are just
3434
an example.)
3535

36-
git clone https://github.com/freerangerouting/frr.git frr
36+
git clone https://github.com/frrouting/frr.git frr
3737
cd frr
3838
git checkout stable/2.0
3939
./bootstrap.sh

doc/frr.texi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
@setfilename frr.info
88
@c Set variables - sourced from defines.texi
99
@include defines.texi
10-
@settitle @uref{http://www.freerangerouting.org,,@value{PACKAGE_NAME}}
10+
@settitle @uref{http://www.frrouting.org,,@value{PACKAGE_NAME}}
1111
@c %**end of header
1212

1313
@c automake will automatically generate version.texi
@@ -48,16 +48,16 @@ This file documents the Frr Software Routing Suite which manages common
4848
TCP/IP routing protocols.
4949

5050
This is Edition @value{EDITION}, last updated @value{UPDATED} of
51-
@cite{The Frr Manual}, for @uref{http://www.freerangerouting.org/,,@value{PACKAGE_NAME}}
51+
@cite{The Frr Manual}, for @uref{http://www.frrouting.org/,,@value{PACKAGE_NAME}}
5252
Version @value{VERSION}.
5353

5454
@insertcopying
5555
@end ifinfo
5656

5757
@titlepage
58-
@title @uref{http://www.freerangerouting.org,,Frr}
58+
@title @uref{http://www.frrouting.org,,Frr}
5959
@subtitle A routing software package for TCP/IP networks
60-
@subtitle @uref{http://www.freerangerouting.org,,@value{PACKAGE_NAME}} @value{VERSION}
60+
@subtitle @uref{http://www.frrouting.org,,@value{PACKAGE_NAME}} @value{VERSION}
6161
@subtitle @value{UPDATED-MONTH}
6262
@author @value{AUTHORS}
6363

@@ -72,9 +72,9 @@ Version @value{VERSION}.
7272
@node Top
7373
@top Frr -- With Virtual Network Control
7474

75-
@uref{http://www.freerangerouting.org,,Frr} is an advanced routing software package
75+
@uref{http://www.frrouting.org,,Frr} is an advanced routing software package
7676
that provides a suite of TCP/IP based routing protocols. This is the Manual
77-
for @value{PACKAGE_STRING}. @uref{http://www.freerangerouting.org,,Frr} is a fork of
77+
for @value{PACKAGE_STRING}. @uref{http://www.frrouting.org,,Frr} is a fork of
7878
@uref{http://www.quagga.net,,Quagga}.
7979

8080
@insertcopying

doc/overview.texi

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@chapter Overview
33
@cindex Overview
44

5-
@uref{http://www.freerangerouting.org,,Frr} is a routing software package that
5+
@uref{http://www.frrouting.org,,Frr} is a routing software package that
66
provides TCP/IP based routing services with routing protocols support such
77
as RIPv1, RIPv2, RIPng, OSPFv2, OSPFv3, IS-IS, BGP-4, and BGP-4+ (@pxref{Supported
88
RFCs}). Frr also supports special BGP Route Reflector and Route Server
@@ -275,12 +275,12 @@ November 1995.}
275275

276276
The official Frr web-site is located at:
277277

278-
@uref{http://www.freerangerouting.org/}
278+
@uref{http://www.frrouting.org/}
279279

280280
and contains further information, as well as links to additional
281281
resources.
282282

283-
@uref{http://www.freerangerouting.org/,Frr} is a fork of Quagga, whose
283+
@uref{http://www.frrouting.org/,Frr} is a fork of Quagga, whose
284284
web-site is located at:
285285

286286
@uref{http://www.quagga.net/}.
@@ -298,7 +298,7 @@ comments or suggestions to Frr, please subscribe to:
298298

299299
@uref{http://lists.nox.tf/listinfo/frr-users}.
300300

301-
The @uref{http://www.freerangerouting.org/,,Frr} site has further information on
301+
The @uref{http://www.frrouting.org/,,Frr} site has further information on
302302
the available mailing lists, see:
303303

304304
@uref{http://lists.nox.tf/lists.php}
@@ -315,7 +315,7 @@ the available mailing lists, see:
315315

316316
If you think you have found a bug, please send a bug report to:
317317

318-
@uref{http://github.com/freerangerouting/frr/issues}
318+
@uref{http://github.com/frrouting/frr/issues}
319319

320320
When you send a bug report, please be careful about the points below.
321321

@@ -334,4 +334,4 @@ arguments to the configure script please note that too.
334334

335335
Bug reports are very important for us to improve the quality of Frr.
336336
Frr is still in the development stage, but please don't hesitate to
337-
send a bug report to @uref{http://github.com/freerangerouting/frr/issues}.
337+
send a bug report to @uref{http://github.com/frrouting/frr/issues}.

redhat/README.rpm_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Building your own FRRouting RPM
1212

1313
2. Checkout FRR under a **unpriviledged** user account
1414

15-
git clone https://github.com/freerangerouting/frr.git frr
15+
git clone https://github.com/frrouting/frr.git frr
1616

1717
3. Run Bootstrap and make distribution tar.gz
1818

redhat/frr.spec.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Version: %{rpmversion}
100100
Release: @CONFDATE@%{release_rev}%{?dist}
101101
License: GPLv2+
102102
Group: System Environment/Daemons
103-
Source0: http://www.freerangerouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
104-
URL: http://www.freerangerouting.org
103+
Source0: http://www.frrouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
104+
URL: http://www.frrouting.org
105105
Requires: ncurses json-c
106106
Requires(pre): /sbin/install-info
107107
Requires(preun): /sbin/install-info

snapcraft/README.snap_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ which uses earlier versions of snaps)
99

1010
2. Checkout FRRouting under a **unpriviledged** user account
1111

12-
git clone https://github.com/freerangerouting/frr.git
12+
git clone https://github.com/frrouting/frr.git
1313
cd frr
1414

1515
3. Run Bootstrap and make distribution tar.gz

snapcraft/README.usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Sourcecode available
6565
The source for this SNAP is available as part of the FRRouting
6666
Source Code Distribution.
6767

68-
https://github.com/freerangerouting/frr.git
68+
https://github.com/frrouting/frr.git
6969

7070
Instructions for rebuilding the snap are in `README.snap_build.md`
7171

solaris/frr.xml.in

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@
148148
<documentation>
149149
<manpage title='zebra' section='1M'
150150
manpath='@mandir@' />
151-
<doc_link name='freerangerouting.org'
152-
uri='http://www.freerangerouting.org/' />
151+
<doc_link name='frrouting.org'
152+
uri='http://www.frrouting.org/' />
153153
</documentation>
154154
</template>
155155
</instance>
@@ -279,8 +279,8 @@
279279
<documentation>
280280
<manpage title='ripd' section='1M'
281281
manpath='@mandir@' />
282-
<doc_link name='freerangerouting.org'
283-
uri='http://www.freerangerouting.org/' />
282+
<doc_link name='frrouting.org'
283+
uri='http://www.frrouting.org/' />
284284
</documentation>
285285
</template>
286286
</instance>
@@ -408,8 +408,8 @@
408408
<documentation>
409409
<manpage title='ripngd' section='1M'
410410
manpath='@mandir@' />
411-
<doc_link name='freerangerouting.org'
412-
uri='http://www.freerangerouting.org/' />
411+
<doc_link name='frrouting.org'
412+
uri='http://www.frrouting.org/' />
413413
</documentation>
414414
</template>
415415
</instance>
@@ -539,8 +539,8 @@
539539
<documentation>
540540
<manpage title='ospfd' section='1M'
541541
manpath='@mandir@' />
542-
<doc_link name='freerangerouting.org'
543-
uri='http://www.freerangerouting.org/' />
542+
<doc_link name='frrouting.org'
543+
uri='http://www.frrouting.org/' />
544544
</documentation>
545545
</template>
546546
</instance>
@@ -665,8 +665,8 @@
665665
<documentation>
666666
<manpage title='ospf6d' section='1M'
667667
manpath='@mandir@' />
668-
<doc_link name='freerangerouting.org'
669-
uri='http://www.freerangerouting.org/' />
668+
<doc_link name='frrouting.org'
669+
uri='http://www.frrouting.org/' />
670670
</documentation>
671671
</template>
672672
</instance>
@@ -818,8 +818,8 @@
818818
<documentation>
819819
<manpage title='bgpd' section='1M'
820820
manpath='@mandir@' />
821-
<doc_link name='freerangerouting.org'
822-
uri='http://www.freerangerouting.org/' />
821+
<doc_link name='frrouting.org'
822+
uri='http://www.frrouting.org/' />
823823
</documentation>
824824
</template>
825825
</instance>

solaris/pkginfo.tmpl.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ARCH="@target_cpu@"
22
CATEGORY="system"
33
VERSION="@PACKAGE_VERSION@,REV=@CONFDATE@"
4-
VENDOR="http://www.freerangerouting.org/"
4+
VENDOR="http://www.frrouting.org/"
55
HOTLINE="@PACKAGE_BUGREPORT@"
6-
EMAIL=maintainers@freerangerouting.org
6+
EMAIL=maintainers@frrouting.org
77
DESC="@PACKAGE_NAME@ Routing Protocols"
88
MAXINST=1
99
CLASSES="none preserve renamenew manifest"

0 commit comments

Comments
 (0)