summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-06-18 10:00:08 +0000
commite497906508084a5501f27a53a8ec0f23aa446e5b (patch)
tree152d32d807e92b14ac8ade604a4d650b637b1e93 /net-mgmt/scotty3/files/patch-ab
parentA new index, with 3,403 ports, which is a nice number, being 41 times (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'net-mgmt/scotty3/files/patch-ab')
-rw-r--r--net-mgmt/scotty3/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/net-mgmt/scotty3/files/patch-ab b/net-mgmt/scotty3/files/patch-ab
deleted file mode 100644
index fea4b9f9de78..000000000000
--- a/net-mgmt/scotty3/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
- }