summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--redhat/frr.spec.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index f4893a5f9d..8b6c61b46d 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -74,7 +74,7 @@
%global with_watchfrr 1
%endif
-#### Check for RedHat 6.x or CentOS 6.x - they are too old to support PIM.
+#### Check for RedHat 6.x or CentOS 6.x - they are too old to support PIM.
#### Always disable it on these old systems unconditionally
#
# if CentOS / RedHat and version < 7, then disable PIMd (too old, won't work)
@@ -399,7 +399,7 @@ fi
zebra_spec_add_service ()
{
- # Add port /etc/services entry if it isn't already there
+ # Add port /etc/services entry if it isn't already there
if [ -f /etc/services ] && \
! %__sed -e 's/#.*$//' /etc/services | %__grep -wq $1 ; then
echo "$1 $2 # $3" >> /etc/services
@@ -543,7 +543,7 @@ rm -rf %{buildroot}
%doc ChangeLog NEWS README
%if 0%{?frr_user:1}
%dir %attr(751,%frr_user,%frr_user) %{_sysconfdir}
-%dir %attr(750,%frr_user,%frr_user) /var/log/frr
+%dir %attr(750,%frr_user,%frr_user) /var/log/frr
%dir %attr(751,%frr_user,%frr_user) /var/run/frr
%else
%dir %attr(750,root,root) %{_sysconfdir}
@@ -661,13 +661,13 @@ rm -rf %{buildroot}
- new subpackage frr-pythontools with python 2.7 restart script
- remove PIMd from CentOS/RedHat 6 RPM packages (won't work - too old)
- converted to single frr init script (not per daemon) based on debian init script
-- created systemd service file for systemd based systems (which uses init script)
+- created systemd service file for systemd based systems (which uses init script)
- Various other RPM package fixes for FRR 2.0
* Fri Jan 6 2017 Martin Winter <mwinter@opensourcerouting.org>
- Renamed to frr for FRRouting fork of Quagga
-* Thu Feb 11 2016 Paul Jakma <paul@jakma.org>
+* Thu Feb 11 2016 Paul Jakma <paul@jakma.org>
- remove with_ipv6 conditionals, always build v6
- Fix UTF-8 char in spec changelog
- remove quagga.pam.stack, long deprecated.
@@ -678,7 +678,7 @@ rm -rf %{buildroot}
- Remove support for old fedora 4/5
- Fix for package nameing
- Fix Weekdays of previous changelogs (bogus dates)
-- Add conditional logic to only build tex footnotes with supported texi2html
+- Add conditional logic to only build tex footnotes with supported texi2html
- Added pimd to files section and fix double listing of /var/lib*/quagga
- Numerous fixes to unify upstart/systemd startup into same spec file
- Only allow use of watchfrr for non-systemd systems. no need with systemd
@@ -771,7 +771,7 @@ rm -rf %{buildroot}
- walk up tree - 17218
- ospfd NSSA fixes - 16681
- ospfd nsm fixes - 16824
-- ospfd OLSA fixes and new feature - 16823
+- ospfd OLSA fixes and new feature - 16823
- KAME and ifindex fixes - 16525
- spec file changes to allow redhat files to be in tree
@@ -829,7 +829,7 @@ rm -rf %{buildroot}
* Tue Feb 6 2001 Tim Powers <timp@redhat.com>
- built for Powertools
-* Sun Feb 4 2001 Pekka Savola <pekkas@netcore.fi>
+* Sun Feb 4 2001 Pekka Savola <pekkas@netcore.fi>
- Hacked up from PLD Linux 0.90-1, Mandrake 0.90-1mdk and one from zebra.org.
- Update to 0.91a
- Very heavy modifications to init.d/*, .spec, pam, i18n, logrotate, etc.