summaryrefslogtreecommitdiff
path: root/net/scotty3/files/patch-ab
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2004-02-23 04:42:13 +0000
commit60aab665670e50cb18bba45ee25f2ed091759741 (patch)
tree924c1af9c149083e0626ceb279b67ad6ca69e630 /net/scotty3/files/patch-ab
parentBROKEN on !i386: Does not compile (diff)
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
Notes
Notes: svn path=/head/; revision=101812
Diffstat (limited to 'net/scotty3/files/patch-ab')
-rw-r--r--net/scotty3/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/scotty3/files/patch-ab b/net/scotty3/files/patch-ab
deleted file mode 100644
index a441e9db4ce8..000000000000
--- a/net/scotty3/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- ../tkined/apps/snmp_monitor.tcl.orig Thu Feb 3 23:11:40 2000
-+++ ../tkined/apps/snmp_monitor.tcl Wed Jun 7 16:02:39 2000
-@@ -517,8 +517,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
- }