no longer need this

This commit is contained in:
Sean Finney 2006-11-01 20:34:49 +00:00
parent b55c88a9c3
commit 9a8ecd976d
2 changed files with 0 additions and 71 deletions

View file

@ -1,5 +1,4 @@
06_checkircd 06_checkircd
10_config.h_debiandefaults.dpatch
13_subst.in_again.dpatch 13_subst.in_again.dpatch
14_check_log_paths.dpatch 14_check_log_paths.dpatch
18_check_game_cmdline.dpatch 18_check_game_cmdline.dpatch

View file

@ -1,70 +0,0 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 10_config.h_debiandefaults.dpatch by <seanius@localhost.localdomain>
##
## 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 <features.h>
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