summaryrefslogtreecommitdiff
path: root/noprml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-30 01:08:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-30 01:08:19 (GMT)
commit3af25a5734457ff5aca954b2452cd32d274dbd26 (patch)
tree6a2946a5c0366a71a223951fe96cb0dbc95eeb71 /noprml
parent9ed0da8ca5b125495b3a0796c60f98abb233e27f (diff)
moved from luamq to mq
Diffstat (limited to 'noprml')
-rwxr-xr-xnoprml/noprml2
1 files changed, 1 insertions, 1 deletions
diff --git a/noprml/noprml b/noprml/noprml
index 360087d..31e8ab7 100755
--- a/noprml/noprml
+++ b/noprml/noprml
@@ -27,7 +27,7 @@
local queue_name = "/rhnop"
-mq = require "luamq"
+mq = require "mq"
-- reading timestamp (milliseconds since epoch)
local p = assert(io.popen("/bin/date --utc '+%s %N'" , 'r'))