diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-04-04 16:13:10 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-04-04 16:13:10 (GMT) |
commit | 20d8bb7742942cd54d6ff143d0c65e957655d398 (patch) | |
tree | 9460603159154e168ce5c6cf6d7c52190fdeb9be /rhnop-client/nopcollectd | |
parent | 45519cb170245b0e9c1d358d23aad7cff1c7be01 (diff) |
added configure and Makefile
Diffstat (limited to 'rhnop-client/nopcollectd')
-rwxr-xr-x | rhnop-client/nopcollectd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rhnop-client/nopcollectd b/rhnop-client/nopcollectd index ef3dcd4..c43ba8a 100755 --- a/rhnop-client/nopcollectd +++ b/rhnop-client/nopcollectd @@ -26,6 +26,8 @@ -- require "socket" + +package.path = package.path .. ";_rhnoplibdir_/?.lua" db = require "db" if #arg < 1 then |