[Pkg-nagios-devel] nagios/patches
13_config.h.in-traceroute_hardcoded.dpatch, 1.2, 1.3
seanius at haydn.debian.org
seanius at haydn.debian.org
Sat Sep 24 13:36:51 UTC 2005
Update of /cvsroot/pkg-nagios/nagios/patches
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv4400/patches
Modified Files:
13_config.h.in-traceroute_hardcoded.dpatch
Log Message:
removed some cruft from config.h.in
Index: 13_config.h.in-traceroute_hardcoded.dpatch
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios/patches/13_config.h.in-traceroute_hardcoded.dpatch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- 13_config.h.in-traceroute_hardcoded.dpatch 29 Aug 2005 18:29:32 -0000 1.2
+++ 13_config.h.in-traceroute_hardcoded.dpatch 24 Sep 2005 13:36:48 -0000 1.3
@@ -4,9 +4,9 @@
## DP: hardcode a path to traceroute so we don't have to build-dep on it.
@DPATCH@
-diff -urNad --exclude=CVS --exclude=.svn ./cgi/statuswml.c /home/seanius/tmp/dpep-work.JLpQWe/sid/cgi/statuswml.c
---- ./cgi/statuswml.c 2002-07-29 00:50:53.000000000 -0400
-+++ /home/seanius/tmp/dpep-work.JLpQWe/sid/cgi/statuswml.c 2005-08-29 14:28:55.000000000 -0400
+diff -urNad --exclude=CVS --exclude=.svn ./cgi/statuswml.c /home/seanius/tmp/dpep-work.zp3pg9/sid/cgi/statuswml.c
+--- ./cgi/statuswml.c 2005-08-29 15:45:40.000000000 -0400
++++ /home/seanius/tmp/dpep-work.zp3pg9/sid/cgi/statuswml.c 2005-09-24 09:34:56.000000000 -0400
@@ -1323,7 +1323,7 @@
printf("<p mode='nowrap'>\n");
@@ -16,17 +16,3 @@
buffer[sizeof(buffer)-1]='\x0';
fp=popen(buffer,"r");
-diff -urNad --exclude=CVS --exclude=.svn ./common/config.h.in /home/seanius/tmp/dpep-work.JLpQWe/sid/common/config.h.in
---- ./common/config.h.in 2005-08-29 14:09:29.000000000 -0400
-+++ /home/seanius/tmp/dpep-work.JLpQWe/sid/common/config.h.in 2005-08-29 14:27:15.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