remove cruft
This commit is contained in:
parent
6e2d2950c7
commit
067f69f00f
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -10,6 +10,7 @@ nagios-plugins (1.4.16+git20130823-1) UNRELEASED; urgency=low
|
|||
* Fix removing empty /usr/include
|
||||
* Add new check_dbi into nagios-plugins-standard
|
||||
* Remove whois from Recommands, as check_bgpstate is removed
|
||||
* Cleanup debian/rules from unused stuff
|
||||
|
||||
-- Jan Wagner <waja@cyconet.org> Fri, 23 Aug 2013 22:45:43 +0200
|
||||
|
||||
|
|
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -168,9 +168,6 @@ install: build
|
|||
for c in ${std_plugin_cfgs}; do \
|
||||
cp $(DEBIANDIR)/pluginconfig/$${c}.cfg ${NP_STD_TEMPLATES}; \
|
||||
done
|
||||
# install check_bgpstate from contrib
|
||||
#install -m 755 contrib/check_bgpstate.pl ${NP_STD_DIR}/${NP_LIBEXEC}/check_bgpstate
|
||||
#install -m 755 contrib/check_linux_raid.pl ${NP_STD_DIR}/${NP_LIBEXEC}/check_linux_raid
|
||||
# dynamically create the postrm scripts using a template, so that we
|
||||
# don't have to define the same list of plugin configs over and over.
|
||||
sed -e 's/@BASIC_PLUGINS@/${basic_plugin_cfgs}/' \
|
||||
|
|
Loading…
Reference in a new issue