aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/mrtg-ping-probe/files
diff options
context:
space:
mode:
authorMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-01-18 00:00:55 +0000
committerMIHIRA Sanpei Yoshiro <sanpei@FreeBSD.org>2004-01-18 00:00:55 +0000
commit1d6dc1669e718fc66706a764e96ee817e3214894 (patch)
tree712ffe0700d7ccf27dfd549761c754322b34c160 /net-mgmt/mrtg-ping-probe/files
parent049b021f4a4045fbee31c7c3510850e720c605a7 (diff)
Notes
Diffstat (limited to 'net-mgmt/mrtg-ping-probe/files')
-rw-r--r--net-mgmt/mrtg-ping-probe/files/patch-aa8
-rw-r--r--net-mgmt/mrtg-ping-probe/files/patch-ab17
2 files changed, 25 insertions, 0 deletions
diff --git a/net-mgmt/mrtg-ping-probe/files/patch-aa b/net-mgmt/mrtg-ping-probe/files/patch-aa
new file mode 100644
index 000000000000..d9e81c42c8a7
--- /dev/null
+++ b/net-mgmt/mrtg-ping-probe/files/patch-aa
@@ -0,0 +1,8 @@
+--- mrtg-ping-probe.org Sat Jan 17 22:27:33 2004
++++ mrtg-ping-probe Sat Jan 17 22:27:53 2004
+@@ -1,4 +1,4 @@
+-#!/bin/perl
++#!%%PERL%%
+ ##################################################################
+ # @(#) $Id: mrtg-ping-probe,v 2.5 2003/09/13 18:04:29 pwo Exp $
+ # @(#) mrtg-ping-probe release $Name: Release_2_2_0 $
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