summaryrefslogtreecommitdiff
path: root/src/nopsyncd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nopsyncd.c')
-rw-r--r--src/nopsyncd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nopsyncd.c b/src/nopsyncd.c
index f3fcc22..3479ad5 100644
--- a/src/nopsyncd.c
+++ b/src/nopsyncd.c
@@ -94,6 +94,8 @@ int init_main_loop(lua_State *L, const char* filename)
lua_pushstring(L, DATAROOTDIR);
lua_setglobal(L, "rhnoplibdir");
+ lua_pushstring(L, ETCDIR);
+ lua_setglobal(L, "rhnopescdir");
ret = lua_pcall(L, 0, 0, 0);
if(ret) {