[Pkg-nagios-changes] [pkg-nagios-plugins] 24/413: remove fix for breakage with check_ldaps, as it is causing breakage. go figure.

Jan Wagner waja at moszumanska.debian.org
Tue Nov 26 23:13:02 UTC 2013


This is an automated email from the git hooks/post-receive script.

waja pushed a commit to branch master
in repository pkg-nagios-plugins.

commit 94e4bbf7f0e7e3d21d3438528e98efb74623a83d
Author: Sean Finney <seanius at debian.org>
Date:   Fri Aug 4 07:54:46 2006 +0000

    remove fix for breakage with check_ldaps, as it is causing breakage.  go figure.
---
 debian/changelog | 4 +++-
 debian/rules     | 4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8248669..71bd9cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,10 @@ nagios-plugins (1.4.3.0cvs.20060707-3) UNRELEASED; urgency=low
   * 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
 
diff --git a/debian/rules b/debian/rules
index a0fcfe2..33c7193 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ NP_STD_DIR:=$(CURDIR)/debian/nagios-plugins-standard
 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 @@ install: build
 	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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-plugins.git



More information about the Pkg-nagios-changes mailing list