summaryrefslogtreecommitdiff
path: root/net-mgmt/scotty3/files/patch-ab
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 06:05:51 +0000
commit4681ca0af3748934fa9e0e35981cea6e5f80062f (patch)
tree66de6e8d09f74d884ec43657e82b5f292d8922af /net-mgmt/scotty3/files/patch-ab
parentAdd missing binary to pkg-plist. (diff)
Removed unmaintained expired ports from net-mgmt
2011-05-01 net-mgmt/annextools: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/asused: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/grepip: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/ipsectrace: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/knowlan: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/p5-Altoids: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/pktstat: Upstream disapear and distfile is no more available 2011-05-01 net-mgmt/scotty3: Upstream disapear and distfile is no more available
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 a441e9db4ce8..000000000000
--- a/net-mgmt/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
- }