mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 02:20:54 +00:00
redhat: Fix previously added centos6/redhat6 check
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
This commit is contained in:
parent
da69cb8e75
commit
414ec6e96e
@ -65,7 +65,7 @@
|
||||
|
||||
#### Check for RedHat 6.x or CentOS 6.x - they are too old to support PIM.
|
||||
#### Always disable it on these old systems unconditionally
|
||||
%{expand: %%global redhat6 %(if [[ `cat /etc/redhat-release 2> /dev/null` =~ release\ 6\. ]]; then echo 6; fi)}
|
||||
%{expand: %%global redhat6 %(if [[ `cat /etc/redhat-release 2> /dev/null` =~ release\ 6\. ]]; then echo 6; else echo 0; fi)}
|
||||
#
|
||||
# if CentOS 6 / RedHat 6, then disable PIMd
|
||||
%if "%{redhat6}" == "6"
|
||||
|
Loading…
Reference in New Issue
Block a user