summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2016-05-23 06:12:06 +0200
committerJeroen Roovers <jer@gentoo.org>2016-05-23 06:12:06 +0200
commita412b3545921547a494f34a47035259d9ec195fb (patch)
tree79c25720f2097231a7ccb13a2dc7c0a34c8bebe7
parentnet-analyzer/symon: Old. (diff)
downloadgentoo-a412b3545921547a494f34a47035259d9ec195fb.tar.gz
gentoo-a412b3545921547a494f34a47035259d9ec195fb.tar.bz2
gentoo-a412b3545921547a494f34a47035259d9ec195fb.zip
net-analyzer/symon: Old patch.
Package-Manager: portage-2.3.0_rc1
-rw-r--r--net-analyzer/symon/files/symon-2.86-perl-5.18.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-analyzer/symon/files/symon-2.86-perl-5.18.patch b/net-analyzer/symon/files/symon-2.86-perl-5.18.patch
deleted file mode 100644
index 83ea4b013dad..000000000000
--- a/net-analyzer/symon/files/symon-2.86-perl-5.18.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/client/SymuxClient.pm
-+++ b/client/SymuxClient.pm
-@@ -267,23 +267,35 @@
-
- =head2 METHODS
-
-+=over 4
-+
- =item getitem (host, stream, item)
-
-+=back
-+
- Refresh the measured data and get an item from a stream for a particular
- host. Note that successive calls for this function deal with successive
- measurements of B<symon>. Set C<host> to '*' if data about any host is of
- interest. Any errors are sent out on STDOUT prepended with 'error: '.
-
-+=over 4
-+
- =item getcacheditem (host, stream, item)
-
-+=back
-+
- Get an item from a stream for a particular host. Returns C<undef> if no data is
- cached, or if the data cached does not match the B<host>. Can be called
- multiple times to obtain items from the same measurement. Set C<host> to '*' if
- data about any host is of interest. Any errors are sent out on STDOUT prepended
- with 'error: '.
-
-+=over 4
-+
- =item getsource ()
-
-+=back
-+
- Get the symon source host of the currently cached information. Usefull to see
- what host's data getcacheditem is working on.
-