Changes of Revision 64
[-] | Changed | nagios-plugins.spec |
1
2 --sysconfdir=%{_sysconfdir}/nagios \ 3 --datadir=%{_datadir} \ 4 --with-perl=/usr/bin/perl \ 5 +%if 0%{?centos_version} >= 700 || 0%{?rhel_version} >= 700 || 0%{?rhel} >= 7 || 0%{?sl_version} >= 700 6 +--with-ping-command="/bin/ping -n -U -w %d -c %d %s" \ 7 +%endif 8 --with-ping6-command="/bin/ping6 -n -U -w %d -c %d %s" \ 9 --with-fping-command=%{_sbindir}/fping \ 10 --with-fping6-command=%{_sbindir}/fping6 \ 11 |