Commits

Markus W. Weißmann authored b613f58e66f
new port net/icmpmonitor

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@14912 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

net/icmpmonitor/files/patch-icmpmonitor.c

Added
1 +--- icmpmonitor.c 2004-05-28 03:33:07.000000000 +0200
2 ++++ icmpmonitor.c 2005-11-01 20:38:47.000000000 +0100
3 +@@ -224,8 +224,8 @@
4 +
5 + if(!cfgfile)
6 + {
7 +- log(LOG_WARNING,"No cfg file specified. Assuming 'icmpmonitor.cfg'");
8 +- cfgfile="icmpmonitor.cfg";
9 ++ log(LOG_WARNING,"No cfg file specified. Assuming '__ETCDIR__/icmpmonitor.cfg'");
10 ++ cfgfile="__ETCDIR__/icmpmonitor.cfg";
11 + }
12 +
13 + read_hosts(cfgfile); /* we do this before becoming daemon,

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut