[Pkg-nagios-changes] [pkg-nagios] r2085 - nagios-plugins/trunk/debian
Jan Wagner
waja at alioth.debian.org
Mon Jun 24 13:35:53 UTC 2013
tags 713839 pending
thanks
Author: waja
Date: 2013-06-24 13:35:52 +0000 (Mon, 24 Jun 2013)
New Revision: 2085
Modified:
nagios-plugins/trunk/debian/README.Debian.plugins.in
nagios-plugins/trunk/debian/changelog
nagios-plugins/trunk/debian/control
nagios-plugins/trunk/debian/rules
Log:
Adjusting path of rpcbind to /usr/sbin and recommend rpcbind, droping ubuntu specific adjustments
Modified: nagios-plugins/trunk/debian/README.Debian.plugins.in
===================================================================
--- nagios-plugins/trunk/debian/README.Debian.plugins.in 2013-02-20 10:52:16 UTC (rev 2084)
+++ nagios-plugins/trunk/debian/README.Debian.plugins.in 2013-06-24 13:35:52 UTC (rev 2085)
@@ -51,6 +51,9 @@
check_oracle:
* procps
+check_rpc:
+ * rpcbind
+
check_wave:
* snmp
Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog 2013-02-20 10:52:16 UTC (rev 2084)
+++ nagios-plugins/trunk/debian/changelog 2013-06-24 13:35:52 UTC (rev 2085)
@@ -3,8 +3,9 @@
* Add versioned dependency to inetutils-ping (Closes: #680416), thanks to
Robert Millan
* Move nagios-plugins-contrib from Recommends to Suggests
- * Define the path for rpcinfo on ubuntu to /usr/sbin and depended on rpcbind
+ * Define the path for rpcinfo to /usr/sbin and recommend rpcbind
- LP: #1086151
+ - Closes: #713839, thanks to Russell Sim
-- Jan Wagner <waja at cyconet.org> Wed, 27 Jun 2012 23:14:40 +0200
Modified: nagios-plugins/trunk/debian/control
===================================================================
--- nagios-plugins/trunk/debian/control 2013-02-20 10:52:16 UTC (rev 2084)
+++ nagios-plugins/trunk/debian/control 2013-06-24 13:35:52 UTC (rev 2085)
@@ -65,8 +65,8 @@
Architecture: any
Conflicts: nagios-plugins (<= 1.4.2-3)
Replaces: nagios-plugins
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${dist:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
-Recommends: ${shlibs:Recommends}, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat
+Depends: ${shlibs:Depends}, ${misc:Depends}, ucf, nagios-plugins-basic (>= 1.4.5-2)
+Recommends: ${shlibs:Recommends}, fping, snmp, libnet-snmp-perl, dnsutils, bind9-host | host, smbclient, whois, qstat, rpcbind
Suggests: nagios3 | icinga, postfix | sendmail-bin | exim4-daemon-heavy | exim4-daemon-light
Description: Plugins for nagios compatible monitoring systems
Plugins for nagios compatible monitoring systems like Nagios and Icinga. It
Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules 2013-02-20 10:52:16 UTC (rev 2084)
+++ nagios-plugins/trunk/debian/rules 2013-06-24 13:35:52 UTC (rev 2085)
@@ -29,14 +29,6 @@
NP_STD_DIR:=$(DEBIANDIR)/nagios-plugins-standard
NP_STD_TEMPLATES:=$(NP_STD_DIR)/usr/share/nagios-plugins/templates-standard
-ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes),yes)
- DEPSUBSTVARS = -Vdist:Depends="rpcbind"
- RPCINFO_CONFIGURE_ARGS = /usr/sbin/rpcinfo
-else
- DEPSUBSTVARS = -Vdist:Depends=""
- RPCINFO_CONFIGURE_ARGS = /usr/bin/rpcinfo
-endif
-
std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
check_rpc check_snmp check_wave check_fping check_game \
check_radius check_mysql check_mysql_query check_pgsql \
@@ -109,7 +101,7 @@
$(PING_CONFIGURE_ARGS) \
--with-nslookup-command="/usr/bin/nslookup -sil" \
--with-uptime-command="/usr/bin/uptime" \
- --with-rpcinfo-command=${RPCINFO_CONFIGURE_ARGS} \
+ --with-rpcinfo-command="/usr/sbin/rpcinfo" \
--with-smbclient-command="/usr/bin/smbclient" \
--with-snmpget-command="/usr/bin/snmpget" \
--with-snmpgetnext-command="/usr/bin/snmpgetnext" \
More information about the Pkg-nagios-changes
mailing list