summaryrefslogtreecommitdiff
path: root/src/qlistener.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2015-05-14 23:16:52 (GMT)
commitfc34bbb27000894c741202f004d6bddffaab037d (patch)
tree208ae05f7f1d250fe5302cc7afc82cdb5e70ad4c /src/qlistener.lua
parent91d0e0272bed22945436db219a6ec86fbc8bc5c7 (diff)
renamed nopsyncd to nopfetchd
Diffstat (limited to 'src/qlistener.lua')
-rw-r--r--src/qlistener.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qlistener.lua b/src/qlistener.lua
index 050dfc1..0cc2d6b 100644
--- a/src/qlistener.lua
+++ b/src/qlistener.lua
@@ -75,7 +75,7 @@ function handle_message(msg)
end
function main_loop()
- init(rhnopescdir .. "/nopsyncd.conf")
+ init(rhnopescdir .. "/nopfetchd.conf")
posix.umask("rwxrwxr-x")
local q, err = mq.create(cnf.queue_name, "ro", "rw-rw----")