Skip to content

Commit

Permalink
Rename: freerangerouting --> frrouting
Browse files Browse the repository at this point in the history
Signed-off-by: Lou Berger <lberger@labn.net>
  • Loading branch information
louberger committed Mar 30, 2017
1 parent 447a8fe commit d618088
Show file tree
Hide file tree
Showing 27 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ChangeLog information for FRRouting is for now recorded in source-code
management system. Please see:

http://www.freerangerouting.org/
http://www.frrouting.org/
2 changes: 1 addition & 1 deletion REPORTING-BUGS
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ non-response to requests to reconfirm or supply additional
information.

Report bugs on Github Issue Tracker at
https://github.com/freerangerouting/frr/issues
https://github.com/frrouting/frr/issues

Please supply the following information:
1. Your FRRouting version or if it is from git then the commit reference.
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
##
AC_PREREQ(2.60)

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

Expand Down
2 changes: 1 addition & 1 deletion debian/README.Debian
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ available forcing you to explicitly type "apt-get install frr" to upgrade it.
* What is frr?
=================

http://www.freerangerouting.org/
http://www.frrouting.org/
FRR is a routing software suite, providing implementations of OSPFv2,
OSPFv3, RIP v1 and v2, RIPng, ISIS, PIM, BGP and LDP for Unix platforms, particularly
FreeBSD and Linux and also NetBSD, to mention a few. FRR is a fork of Quagga
Expand Down
4 changes: 2 additions & 2 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Frr
Upstream-Contact: maintainers@freerangerouting.org, security@freerangerouting.org
Source: http://www.freerangerouting.org/
Upstream-Contact: maintainers@frrouting.org, security@frrouting.org
Source: http://www.frrouting.org/

Files: *
Copyright: 1996-2003 by the original Zebra authors:
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_CentOS6.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ an example.)
You may want to pay special attention to `/usr/lib64` paths and change
them if you are not building on a x86_64 architecture

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_CentOS7.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ an example.)
You may want to pay special attention to `/usr/lib64` paths and change
them if you are not building on a x86_64 architecture

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_Debian8.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example.)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_Fedora24.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ an example.)
You may want to pay special attention to `/usr/lib64` paths and change
them if you are not building on a x86_64 architecture

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_FreeBSD10.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using any packages**
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_FreeBSD11.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using any packages**
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_FreeBSD9.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ using any packages**
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_NetBSD6.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Get FRR, compile it and install it (from Git)
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_NetBSD7.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Get FRR, compile it and install it (from Git)
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_OmniOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_OpenBSD6.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_Ubuntu1204.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example.)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_Ubuntu1404.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example.)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
2 changes: 1 addition & 1 deletion doc/Building_FRR_on_Ubuntu1604.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ any packages**
(You may prefer different options on configure statement. These are just
an example.)

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr
cd frr
git checkout stable/2.0
./bootstrap.sh
Expand Down
12 changes: 6 additions & 6 deletions doc/frr.texi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@setfilename frr.info
@c Set variables - sourced from defines.texi
@include defines.texi
@settitle @uref{http://www.freerangerouting.org,,@value{PACKAGE_NAME}}
@settitle @uref{http://www.frrouting.org,,@value{PACKAGE_NAME}}
@c %**end of header

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

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

@insertcopying
@end ifinfo

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

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

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

@insertcopying
Expand Down
12 changes: 6 additions & 6 deletions doc/overview.texi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@chapter Overview
@cindex Overview

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

The official Frr web-site is located at:

@uref{http://www.freerangerouting.org/}
@uref{http://www.frrouting.org/}

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

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

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

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

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

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

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

@uref{http://github.com/freerangerouting/frr/issues}
@uref{http://github.com/frrouting/frr/issues}

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

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

Bug reports are very important for us to improve the quality of Frr.
Frr is still in the development stage, but please don't hesitate to
send a bug report to @uref{http://github.com/freerangerouting/frr/issues}.
send a bug report to @uref{http://github.com/frrouting/frr/issues}.
2 changes: 1 addition & 1 deletion redhat/README.rpm_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Building your own FRRouting RPM

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

git clone https://github.com/freerangerouting/frr.git frr
git clone https://github.com/frrouting/frr.git frr

3. Run Bootstrap and make distribution tar.gz

Expand Down
4 changes: 2 additions & 2 deletions redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Version: %{rpmversion}
Release: @CONFDATE@%{release_rev}%{?dist}
License: GPLv2+
Group: System Environment/Daemons
Source0: http://www.freerangerouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
URL: http://www.freerangerouting.org
Source0: http://www.frrouting.org/releases/frr/%{name}-%{frrversion}.tar.gz
URL: http://www.frrouting.org
Requires: ncurses json-c
Requires(pre): /sbin/install-info
Requires(preun): /sbin/install-info
Expand Down
2 changes: 1 addition & 1 deletion snapcraft/README.snap_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ which uses earlier versions of snaps)

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

git clone https://github.com/freerangerouting/frr.git
git clone https://github.com/frrouting/frr.git
cd frr

3. Run Bootstrap and make distribution tar.gz
Expand Down
2 changes: 1 addition & 1 deletion snapcraft/README.usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Sourcecode available
The source for this SNAP is available as part of the FRRouting
Source Code Distribution.

https://github.com/freerangerouting/frr.git
https://github.com/frrouting/frr.git

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

Expand Down
24 changes: 12 additions & 12 deletions solaris/frr.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
<documentation>
<manpage title='zebra' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down Expand Up @@ -279,8 +279,8 @@
<documentation>
<manpage title='ripd' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down Expand Up @@ -408,8 +408,8 @@
<documentation>
<manpage title='ripngd' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down Expand Up @@ -539,8 +539,8 @@
<documentation>
<manpage title='ospfd' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down Expand Up @@ -665,8 +665,8 @@
<documentation>
<manpage title='ospf6d' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down Expand Up @@ -818,8 +818,8 @@
<documentation>
<manpage title='bgpd' section='1M'
manpath='@mandir@' />
<doc_link name='freerangerouting.org'
uri='http://www.freerangerouting.org/' />
<doc_link name='frrouting.org'
uri='http://www.frrouting.org/' />
</documentation>
</template>
</instance>
Expand Down
4 changes: 2 additions & 2 deletions solaris/pkginfo.tmpl.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARCH="@target_cpu@"
CATEGORY="system"
VERSION="@PACKAGE_VERSION@,REV=@CONFDATE@"
VENDOR="http://www.freerangerouting.org/"
VENDOR="http://www.frrouting.org/"
HOTLINE="@PACKAGE_BUGREPORT@"
EMAIL=maintainers@freerangerouting.org
EMAIL=maintainers@frrouting.org
DESC="@PACKAGE_NAME@ Routing Protocols"
MAXINST=1
CLASSES="none preserve renamenew manifest"
Expand Down

0 comments on commit d618088

Please sign in to comment.