summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5571810)
raw | patch | inline | side by side (parent: 5571810)
author | Alexander Wirt <formorer@formorer.de> | |
Thu, 7 Dec 2006 10:36:35 +0000 (11:36 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 7 Dec 2006 10:56:48 +0000 (11:56 +0100) |
Due to some misunderstanding Artistic was not the right license so
I should GPL now instead of Artistic.
Additionally I removed a debugging "die" that should never have been checked
in into my svn repo (Thanks tokkee).
Signed-off-by: Alexander Wirt <formorer@formorer.de>
I should GPL now instead of Artistic.
Additionally I removed a debugging "die" that should never have been checked
in into my svn repo (Thanks tokkee).
Signed-off-by: Alexander Wirt <formorer@formorer.de>
contrib/SpamAssassin/Collectd.pm | patch | blob | history |
index 6f1c0dc719f0823c5e6ab06f7d2a2df837250ce2..efc356f2fff8ccfec49ed25137abfc839bcc50cb 100644 (file)
or
- b) the "Artistic License" which comes with perl
- (http://www.perl.com/pub/a/language/misc/Artistic.html)
+ b) the GPL (http://www.gnu.org/copyleft/gpl.html)
use whatever you like more.
#create new connection to our socket
eval {
local $SIG{ALRM} = sub { die "alarm\n" }; # NB: \n required
- die "alarm\n";
+
#generate a timeout
alarm $self->{main}->{conf}->{collectd_timeout};