check_uptime: Don't ship for now, check_uptime also exist in nagios-plugins-contrib

This commit is contained in:
Jan Wagner 2020-12-13 18:34:58 +01:00
parent 5e59ca1a6b
commit 6cbfc781cc

2
debian/rules vendored
View file

@ -160,6 +160,8 @@ install: build
for p in ${common_files}; do \
mv ${NP_BASIC_DIR}/${NP_LIBEXEC}/$$p ${NP_COMMON_DIR}/${NP_LIBEXEC}; \
done
# remove check_uptime for now (conflicting with check_uptime from n-p-c)
rm ${NP_BASIC_DIR}/${NP_LIBEXEC}/check_uptime
# now do the same for their configs, copying them into seperate
# "template" directories outside of /usr/share/doc for ucf to use.
for c in ${basic_plugin_cfgs}; do \