[Pkg-nagios-changes] [pkg-nagios] r967 - nagios-plugins/trunk/debian

Sean Finney seanius at costa.debian.org
Fri Aug 4 07:54:47 UTC 2006


Author: seanius
Date: 2006-08-04 07:54:46 +0000 (Fri, 04 Aug 2006)
New Revision: 967

Modified:
   nagios-plugins/trunk/debian/changelog
   nagios-plugins/trunk/debian/rules
Log:
remove fix for breakage with check_ldaps, as it is causing breakage.  go figure.

Modified: nagios-plugins/trunk/debian/changelog
===================================================================
--- nagios-plugins/trunk/debian/changelog	2006-08-03 19:17:52 UTC (rev 966)
+++ nagios-plugins/trunk/debian/changelog	2006-08-04 07:54:46 UTC (rev 967)
@@ -6,8 +6,10 @@
   * to make backporting easier, change the build dep on libpq-dev
     to libpq-dev | postgresql-dev.  thanks to Jan Wagner for the
     suggestion.
+  * fix for check_ldaps showing up in two packages (closes: #373926).
+    thanks to Jan for being persistant in pointing this out.
 
- -- sean finney <seanius at debian.org>  Thu, 03 Aug 2006 12:16:54 -0700
+ -- sean finney <seanius at debian.org>  Fri, 04 Aug 2006 00:54:10 -0700
 
 nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
 

Modified: nagios-plugins/trunk/debian/rules
===================================================================
--- nagios-plugins/trunk/debian/rules	2006-08-03 19:17:52 UTC (rev 966)
+++ nagios-plugins/trunk/debian/rules	2006-08-04 07:54:46 UTC (rev 967)
@@ -24,7 +24,7 @@
 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 \
-	check_disk_smb check_ldap \
+	check_disk_smb check_ldap check_ldaps \
 	check_dns check_dig check_flexlm check_oracle
 std_plugin_cfgs:=breeze dns flexlm games hppjd ifstatus ldap mrtg mysql \
 	netware nt pgsql radius snmp
@@ -105,8 +105,6 @@
 	for c in ${std_plugin_cfgs}; do \
 		mv ${NP_BASIC_DIR}/${NP_ETC}/$${c}.cfg ${NP_STD_DIR}/${NP_ETC}; \
 	done
-	# XXX upstream breakage
-	ln -s check_ldap ${NP_STD_DIR}/${NP_LIBEXEC}/check_ldaps
 
 
 # Build architecture-independent files here.




More information about the Pkg-nagios-changes mailing list