]> git.pld-linux.org Git - packages/nagios-nrpe.git/commitdiff
- INCOMPAT CHANGE: remove -c from default argument; rel 3 auto/ac/nagios-nrpe-2_13-3 auto/th/nagios-nrpe-2_13-3
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 3 Jul 2012 14:25:14 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    nagios-nrpe.spec -> 1.60
    nrpe-command.cfg -> 1.3

nagios-nrpe.spec
nrpe-command.cfg

index 95621c00d241f6e78b4a1049366a030375f9b7b9..7ce6e61b01946f05db7b1dc2222b6fd58fdd6592 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Nagios remote plugin execution service/plugin
 Summary(pl.UTF-8):     Demon i wtyczka zdalnego wywoływania wtyczek Nagios
 Name:          nagios-nrpe
 Version:       2.13
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Networking
 Source0:       http://downloads.sourceforge.net/nagios/nrpe-%{version}.tar.gz
index 544ee36d8b8e2f50d7706b436c53816477515711..60f371b58d2e49b4fd5dc751849e6a4dfb6a65dc 100644 (file)
@@ -2,5 +2,5 @@
 
 define command {
     command_name    check_nrpe
-    command_line    @plugindir@/check_nrpe -H $HOSTADDRESS$ -c $ARG1$
+    command_line    @plugindir@/check_nrpe -H $HOSTADDRESS$ $ARG1$
 }
This page took 0.039121 seconds and 4 git commands to generate.