projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7672ab7
)
contrib/collectd.lua: s/dofile/require/
author
Florian Forster
<octo@noris.net>
Wed, 24 Nov 2010 16:44:32 +0000
(17:44 +0100)
committer
Florian Forster
<octo@noris.net>
Wed, 24 Nov 2010 16:44:32 +0000
(17:44 +0100)
contrib/collectd.lua
patch
|
blob
|
history
diff --git
a/contrib/collectd.lua
b/contrib/collectd.lua
index
f4b8346
..
b5bcb75
100644
(file)
--- a/
contrib/collectd.lua
+++ b/
contrib/collectd.lua
@@
-1,7
+1,7
@@
-- contrib/collectd.lua
--
-- Auxilliary functions to use in plugins written in Lua. Load this file using
---
dofil
e ("collectd.lua");
+--
requir
e ("collectd.lua");
-- at the beginning of your script.
function collectd_error (msg)