[Pkg-nagios-devel] nagios/patches 00list, 1.8,
1.9 13_config.h.in-traceroute_hardcoded.dpatch, NONE, 1.1
seanius at haydn.debian.org
seanius at haydn.debian.org
Mon Aug 29 17:15:39 UTC 2005
Update of /cvsroot/pkg-nagios/nagios/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv26514/patches
Modified Files:
00list
Added Files:
13_config.h.in-traceroute_hardcoded.dpatch
Log Message:
traceroute fix
Index: 00list
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/patches/00list,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- 00list 22 Jul 2005 06:27:46 -0000 1.8
+++ 00list 29 Aug 2005 17:15:36 -0000 1.9
@@ -11,3 +11,5 @@
11_submit_check_result_via_nsca-statuses.dpatch
9999_nsca_pathfix.dpatch
10000_no-password-disclosure.dpatch
+12_xrddb.c-errorhandling.dpatch
+13_config.h.in-traceroute_hardcoded.dpatch
--- NEW FILE: 13_config.h.in-traceroute_hardcoded.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 13_config.h.in-traceroute_hardcoded.dpatch by <seanius at debian.org>
##
## DP: hardcode a path to traceroute so we don't have to build-dep on it.
@DPATCH@
diff -urNad --exclude=CVS --exclude=.svn ./common/config.h.in /home/seanius/tmp/dpep-work.Bej1kM/sid/common/config.h.in
--- ./common/config.h.in 2002-04-20 16:34:02.000000000 -0400
+++ /home/seanius/tmp/dpep-work.Bej1kM/sid/common/config.h.in 2005-08-29 13:12:40.000000000 -0400
@@ -47,7 +47,9 @@
#undef THREADEDPERL
#define DO_CLEAN "1" /* 0 = cache, 1 = do not cache */
-#undef TRACEROUTE_COMMAND
+/* this is hard-coded to /usr/bin/traceroute on debian systems */
+#define TRACEROUTE_COMMAND "/usr/bin/traceroute"
+
#undef PING_COMMAND
#undef PING_PACKETS_FIRST
More information about the Pkg-nagios-devel
mailing list