From 6cbfc781cc603af0d2e8f82d4cabb45f5b05e009 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 13 Dec 2020 18:34:58 +0100 Subject: [PATCH] check_uptime: Don't ship for now, check_uptime also exist in nagios-plugins-contrib --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 63441bc..6b8e6e2 100755 --- a/debian/rules +++ b/debian/rules @@ -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 \