pkgsrc/net/gkrellm-multiping/patches/patch-ab
cube 9624eee238 Initial import of gkrellm-multiping, version 2.0.8 into the NetBSD Package
Collection, from pkgsrc-wip.

gkrellm-multiping is a GKrellM plugin that repeatedly pings a list of hosts
and show their respective status. Optionally it can displays the average
round-trip time value for each host.
2004-02-24 23:41:55 +00:00

13 lines
439 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 23:41:56 cube Exp $
--- multiping.c.orig 2003-01-22 17:12:53.000000000 +0100
+++ multiping.c
@@ -30,7 +30,7 @@ ________________________________________
#define CONFIG_NAME "Multiping"
#define STYLE_NAME "multiping"
-#define COMMAND "/usr/local/lib/gkrellm2/plugins/pinger"
+#define COMMAND "@@PREFIX@@/lib/gkrellm2/plugins/pinger"
static GkrellmMonitor *monitor;
static GkrellmPanel *panel;