summaryrefslogtreecommitdiff
path: root/nopsyncd/conf.lua
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-29 21:51:35 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-29 21:51:35 (GMT)
commit9ed0da8ca5b125495b3a0796c60f98abb233e27f (patch)
tree9a79a2d2b43a0d2702228e2af4adf522185e3540 /nopsyncd/conf.lua
parent90d86556d7bcf29964f4c73b72ce47bcda7543aa (diff)
add initial nopcollect
Diffstat (limited to 'nopsyncd/conf.lua')
-rw-r--r--nopsyncd/conf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nopsyncd/conf.lua b/nopsyncd/conf.lua
index ee5487d..83257b5 100644
--- a/nopsyncd/conf.lua
+++ b/nopsyncd/conf.lua
@@ -21,7 +21,7 @@
local conf = {}
-local file = assert(io.open("/etc/rhnop/nopsyncd.conf", "r"))
+local file = assert(io.open("nopsyncd.conf", "r"))
for line in file:lines() do
local k,v = string.match(line, "^([^=#]+)=(.*)$")
if k and v and v ~= "" then