]> git.pld-linux.org Git - packages/nagios-nrpe.git/commitdiff
- Version: 2.4
authorJacek Konieczny <jajcus@pld-linux.org>
Tue, 28 Feb 2006 08:24:51 +0000 (08:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- compiled "--enable-command-args" for greater flexibility. This feature, when
  abused, may be a security risk, but is disabled in the config file by
  default.

Changed files:
    nagios-nrpe.spec -> 1.22

nagios-nrpe.spec

index 97833a2037f414b3a9ad1d95648286b471eb8c1f..7d95fb2ba359abcd3d0d1604d9cadb5b61438812 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Nagios remote plugin execution service/plugin
 Summary(pl):   Demon i wtyczka zdalnego wywo³ywania wtyczek Nagios
 Name:          nagios-nrpe
 Summary:       Nagios remote plugin execution service/plugin
 Summary(pl):   Demon i wtyczka zdalnego wywo³ywania wtyczek Nagios
 Name:          nagios-nrpe
-Version:       2.0
-Release:       5
+Version:       2.4
+Release:       1
 License:       GPL v2
 Group:         Networking
 Source0:       http://dl.sourceforge.net/nagios/nrpe-%{version}.tar.gz
 License:       GPL v2
 Group:         Networking
 Source0:       http://dl.sourceforge.net/nagios/nrpe-%{version}.tar.gz
-# Source0-md5: 70ef9502a3b7e49fa520dbceabfa04d0
+# Source0-md5: 187c9870119f7e1a64274e44aeef08aa
 Source1:       nrpe.init
 URL:           http://www.nagios.org/
 BuildRequires: autoconf
 Source1:       nrpe.init
 URL:           http://www.nagios.org/
 BuildRequires: autoconf
@@ -62,6 +62,8 @@ na innych komputerach za pomoc
        --with-nrpe-port=%{nsport} \
        --with-nrpe-user=nagios \
        --with-nrpe-grp=nagios \
        --with-nrpe-port=%{nsport} \
        --with-nrpe-user=nagios \
        --with-nrpe-grp=nagios \
+       --enable-ssl \
+       --enable-command-args
 
 %{__make} all
 
 
 %{__make} all
 
@@ -70,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir},%{_libdir}/nagios/plugins,%{_sbindir}} \
        $RPM_BUILD_ROOT%{_localstatedir}
 
 install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_sysconfdir},%{_libdir}/nagios/plugins,%{_sbindir}} \
        $RPM_BUILD_ROOT%{_localstatedir}
 
-install nrpe.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.cfg
+install sample-config/nrpe.cfg $RPM_BUILD_ROOT%{_sysconfdir}/nrpe.cfg
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/nrpe
 install src/nrpe $RPM_BUILD_ROOT%{_sbindir}
 install src/check_nrpe $RPM_BUILD_ROOT%{_plugindir}
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/nrpe
 install src/nrpe $RPM_BUILD_ROOT%{_sbindir}
 install src/check_nrpe $RPM_BUILD_ROOT%{_plugindir}
This page took 0.041128 seconds and 4 git commands to generate.