freebsd-ports/net/gkrellmmultiping2/files/patch-multiping.c
Edwin Groothuis 3f17e38ea9 New port: net/gkrellmmultiping2
This plugin pings several machines and shows the current
	round-trip and status.

PR:		ports/45693
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-09-08 07:25:51 +00:00

19 lines
483 B
C

--- multiping.c.orig Mon Sep 1 06:40:12 2003
+++ multiping.c Mon Sep 8 00:19:31 2003
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <string.h>
+#include <signal.h>
#include <gkrellm2/gkrellm.h>
#include <sys/types.h>
#include <sys/wait.h>
@@ -30,7 +31,7 @@
#define CONFIG_NAME "Multiping"
#define STYLE_NAME "multiping"
-#define COMMAND "/usr/local/lib/gkrellm2/plugins/pinger"
+#define COMMAND "@COMMAND@"
static GkrellmMonitor *monitor;
static GkrellmPanel *panel;