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

0 commit comments

Comments
 (0)