remove fix for breakage with check_ldaps, as it is causing breakage. go figure.
This commit is contained in:
parent
4c696b9327
commit
94e4bbf7f0
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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 make backporting easier, change the build dep on libpq-dev
|
||||||
to libpq-dev | postgresql-dev. thanks to Jan Wagner for the
|
to libpq-dev | postgresql-dev. thanks to Jan Wagner for the
|
||||||
suggestion.
|
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@debian.org> Thu, 03 Aug 2006 12:16:54 -0700
|
-- sean finney <seanius@debian.org> Fri, 04 Aug 2006 00:54:10 -0700
|
||||||
|
|
||||||
nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
|
nagios-plugins (1.4.3.0cvs.20060707-2) unstable; urgency=low
|
||||||
|
|
||||||
|
|
4
debian/rules
vendored
4
debian/rules
vendored
|
@ -24,7 +24,7 @@ NP_STD_DIR:=$(CURDIR)/debian/nagios-plugins-standard
|
||||||
std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
|
std_plugins:=check_breeze check_ifoperstatus check_hpjd check_ifstatus \
|
||||||
check_rpc check_snmp check_wave check_fping check_game \
|
check_rpc check_snmp check_wave check_fping check_game \
|
||||||
check_radius check_mysql check_mysql_query check_pgsql \
|
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
|
check_dns check_dig check_flexlm check_oracle
|
||||||
std_plugin_cfgs:=breeze dns flexlm games hppjd ifstatus ldap mrtg mysql \
|
std_plugin_cfgs:=breeze dns flexlm games hppjd ifstatus ldap mrtg mysql \
|
||||||
netware nt pgsql radius snmp
|
netware nt pgsql radius snmp
|
||||||
|
@ -105,8 +105,6 @@ install: build
|
||||||
for c in ${std_plugin_cfgs}; do \
|
for c in ${std_plugin_cfgs}; do \
|
||||||
mv ${NP_BASIC_DIR}/${NP_ETC}/$${c}.cfg ${NP_STD_DIR}/${NP_ETC}; \
|
mv ${NP_BASIC_DIR}/${NP_ETC}/$${c}.cfg ${NP_STD_DIR}/${NP_ETC}; \
|
||||||
done
|
done
|
||||||
# XXX upstream breakage
|
|
||||||
ln -s check_ldap ${NP_STD_DIR}/${NP_LIBEXEC}/check_ldaps
|
|
||||||
|
|
||||||
|
|
||||||
# Build architecture-independent files here.
|
# Build architecture-independent files here.
|
||||||
|
|
Loading…
Reference in a new issue