diff options
author | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2017-03-30 20:22:35 +0200 |
commit | 447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6 (patch) | |
tree | 092d3d129e2c55b66f99ee8a2d2f0ab659b82017 /redhat | |
parent | Merge pull request #299 from opensourcerouting/test-ref-out (diff) | |
download | frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.tar.xz frr-447a8fe92ebf4615ba1f6c1259af9aa64f0d21a6.zip |
Rename: FreeRangeRouting FRRouting
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/README.rpm_build.md | 2 | ||||
-rw-r--r-- | redhat/frr.spec.in | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/redhat/README.rpm_build.md b/redhat/README.rpm_build.md index db3c7d45c..c266f3dc2 100644 --- a/redhat/README.rpm_build.md +++ b/redhat/README.rpm_build.md @@ -1,4 +1,4 @@ -Building your own FreeRangeRouting RPM +Building your own FRRouting RPM ====================================== (Tested on CentOS 6, CentOS 7 and Fedora 22.) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index c53e8459c..e0d8f697d 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -8,7 +8,7 @@ # rpms again and again on the same day, so the newer rpms can be installed. # bumping the number each time. -####################### FreeRangeRouting (FRR) configure options ######################### +####################### FRRouting (FRR) configure options ######################### # with-feature options %{!?with_tcp_zebra: %global with_tcp_zebra 0 } %{!?with_pam: %global with_pam 0 } @@ -128,14 +128,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root Obsoletes: bird gated mrt zebra frr-sysvinit %description -FreeRangeRouting is a free software that manages TCP/IP based routing +FRRouting is a free software that manages TCP/IP based routing protocol. It takes multi-server and multi-thread approach to resolve the current complexity of the Internet. -FreeRangeRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM +FRRouting supports BGP4, OSPFv2, OSPFv3, ISIS, RIP, RIPng, PIM and LDP -FreeRangeRouting is a fork of Quagga. +FRRouting is a fork of Quagga. %package contrib Summary: contrib tools for frr @@ -303,7 +303,7 @@ if getent group %frr_user >/dev/null; then : ; else \ fi if getent passwd %frr_user >/dev/null ; then : ; else \ /usr/sbin/useradd -u %frr_uid -g %frr_gid \ - -M -r -s /sbin/nologin -c "FreeRangeRouting suite" \ + -M -r -s /sbin/nologin -c "FRRouting suite" \ -d %_localstatedir %frr_user 2> /dev/null || : ; \ fi %if 0%{?vty_group:1} @@ -571,7 +571,7 @@ rm -rf %{buildroot} %changelog * Fri Jan 6 2017 Martin Winter <mwinter@opensourcerouting.org> - %{version} -- Renamed to frr for FreeRangeRouting fork of Quagga +- Renamed to frr for FRRouting fork of Quagga * Thu Feb 11 2016 Paul Jakma <paul@jakma.org> - remove with_ipv6 conditionals, always build v6 |