From 9a8ecd976dd7bdc7112bf9cc3328ca5111178441 Mon Sep 17 00:00:00 2001 From: Sean Finney Date: Wed, 1 Nov 2006 20:34:49 +0000 Subject: [PATCH] no longer need this --- debian/patches/00list | 1 - .../patches/10_config.h_debiandefaults.dpatch | 70 ------------------- 2 files changed, 71 deletions(-) delete mode 100755 debian/patches/10_config.h_debiandefaults.dpatch diff --git a/debian/patches/00list b/debian/patches/00list index daf7e2a..39058b3 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,5 +1,4 @@ 06_checkircd -10_config.h_debiandefaults.dpatch 13_subst.in_again.dpatch 14_check_log_paths.dpatch 18_check_game_cmdline.dpatch diff --git a/debian/patches/10_config.h_debiandefaults.dpatch b/debian/patches/10_config.h_debiandefaults.dpatch deleted file mode 100755 index a1a5589..0000000 --- a/debian/patches/10_config.h_debiandefaults.dpatch +++ /dev/null @@ -1,70 +0,0 @@ -#! /bin/sh /usr/share/dpatch/dpatch-run -## 10_config.h_debiandefaults.dpatch by -## -## All lines beginning with `## DP:' are a description of the patch. -## DP: No description. - -@DPATCH@ -diff -urNad --exclude=CVS --exclude=.svn ./configure /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/configure ---- ./configure 2006-04-19 05:52:19.000000000 +0200 -+++ /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/configure 2006-05-27 21:30:13.000000000 +0200 -@@ -23466,7 +23466,7 @@ - fi; - - --EXTRAS= -+#EXTRAS= - EXTRAS_ROOT= - - LDFLAGS="$LDFLAGS -L." -diff -urNad --exclude=CVS --exclude=.svn ./np-debian.h /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/np-debian.h ---- ./np-debian.h 1970-01-01 01:00:00.000000000 +0100 -+++ /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/np-debian.h 2006-05-27 21:29:42.000000000 +0200 -@@ -0,0 +1,19 @@ -+#ifndef _NP_DEBIAN_H_ -+#define _NP_DEBIAN_H_ -+ -+#undef PATH_TO_MAILQ -+#define PATH_TO_MAILQ "/usr/bin/mailq" -+ -+#undef SSH_COMMAND -+#define SSH_COMMAND "/usr/bin/ssh" -+ -+#undef PATH_TO_FPING -+#define PATH_TO_FPING "/usr/bin/fping" -+ -+#undef PATH_TO_QSTAT -+#define PATH_TO_QSTAT "/usr/bin/quakestat" -+ -+#undef PATH_TO_SMBCLIENT -+#define PATH_TO_SMBCLIENT "/usr/bin/smbclient" -+ -+#endif /* _NP_DEBIAN_H_ */ -diff -urNad --exclude=CVS --exclude=.svn ./plugins/common.h /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/plugins/common.h ---- ./plugins/common.h 2005-12-07 16:10:27.000000000 +0100 -+++ /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/plugins/common.h 2006-05-27 21:29:42.000000000 +0200 -@@ -36,6 +36,7 @@ - #define _COMMON_H_ - - #include "config.h" -+#include "np-debian.h" - - #ifdef HAVE_FEATURES_H - #include -diff -urNad --exclude=CVS --exclude=.svn ./plugins-scripts/utils.pm.in /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/plugins-scripts/utils.pm.in ---- ./plugins-scripts/utils.pm.in 2003-04-13 06:25:36.000000000 +0200 -+++ /home/sean/tmp/dpep-work.XeNnAd/nagios-plugins-1.4.3/plugins-scripts/utils.pm.in 2006-05-27 21:29:42.000000000 +0200 -@@ -35,10 +35,10 @@ - sub is_hostname; - - ## updated by autoconf --$PATH_TO_RPCINFO = "@PATH_TO_RPCINFO@" ; -+$PATH_TO_RPCINFO = "/usr/bin/rpcinfo"; - $PATH_TO_LMSTAT = "@PATH_TO_LMSTAT@" ; --$PATH_TO_SMBCLIENT = "@PATH_TO_SMBCLIENT@" ; --$PATH_TO_MAILQ = "@PATH_TO_MAILQ@"; -+$PATH_TO_SMBCLIENT = "/usr/bin/smbclient"; -+$PATH_TO_MAILQ = "/usr/bin/mailq"; - $PATH_TO_QMAIL_QSTAT = "@PATH_TO_QMAIL_QSTAT@"; - - ## common variables