summaryrefslogtreecommitdiff
path: root/net/scotty/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-13 03:37:31 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-13 03:37:31 +0000
commit81032b27917904ec059869c59ef67a4709bc1fd1 (patch)
tree51585147ec8612fa5ba33b706b20fa791c44b566 /net/scotty/files/patch-ab
parentThe SSLtelnet port was marked FORBIDDEN for security reasons 13 months ago. (diff)
The scotty port was marked FORBIDDEN for security reasons 2 years and 1
month ago. Remove it.
Notes
Notes: svn path=/head/; revision=67931
Diffstat (limited to 'net/scotty/files/patch-ab')
-rw-r--r--net/scotty/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/scotty/files/patch-ab b/net/scotty/files/patch-ab
deleted file mode 100644
index fea4b9f9de78..000000000000
--- a/net/scotty/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../tkined/apps/snmp_monitor.tcl Mon Sep 2 18:30:19 1996
-+++ ..//tkined/apps/snmp_monitor.tcl Mon Mar 3 14:43:52 1997
-@@ -482,8 +482,11 @@
-
- set args $ip
- set i 0
-+ set snmpconfig [ined attribute $id "SNMP:Config"]
- foreach if $iflist {
-- lappend args [CreateChart $id [expr 30+$i] [expr 30+$i]]
-+ set nid [CreateChart $id [expr 30+$i] [expr 30+$i]]
-+ lappend args $nid
-+ ined -noupdate attribute $nid "SNMP:Config" $snmpconfig
- lappend args $if
- incr i
- }