daemon: honour overridden sysconfdir.
authorKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 13 Mar 2014 09:25:57 +0000 (11:25 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 13 Mar 2014 09:25:57 +0000 (11:25 +0200)
src/daemon/config.h

index 450f455..365acca 100644 (file)
@@ -34,7 +34,7 @@
 #include <murphy/core/context.h>
 
 #ifndef MRP_DEFAULT_CONFIG_DIR
-#    define MRP_DEFAULT_CONFIG_DIR  "/etc/murphy"
+#    define MRP_DEFAULT_CONFIG_DIR  SYSCONFDIR"/murphy"
 #endif
 
 #ifndef MRP_DEFAULT_CONFIG_FILE