diff options
Diffstat (limited to 'net-mgmt/mrtg-ping-probe/files/patch-ab')
-rw-r--r-- | net-mgmt/mrtg-ping-probe/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/mrtg-ping-probe/files/patch-ab b/net-mgmt/mrtg-ping-probe/files/patch-ab new file mode 100644 index 000000000000..f16832bbc659 --- /dev/null +++ b/net-mgmt/mrtg-ping-probe/files/patch-ab @@ -0,0 +1,17 @@ +--- mrtg-ping-cfg.org Sat Jan 17 22:28:55 2004 ++++ mrtg-ping-cfg Sat Jan 17 22:35:40 2004 +@@ -1,4 +1,4 @@ +-#!/bin/ksh ++#!/bin/sh + # + # mrtg-ping-cfg <device> <"Title of page"> + # +@@ -10,7 +10,7 @@ + # IT Site Infrastructure Services + + # location of mrtg ping probe +-PING_PROBE=/usr/local/httpd/mrtg/mrtg-ping-probe ++PING_PROBE=/usr/local/bin/mrtg-ping-probe + + if [ $# -ne 2 ] + then |