From 1d2bd3840f05cc5e6577cd24b911fc5a98ff350e Mon Sep 17 00:00:00 2001 From: Roland Jax Date: Fri, 9 May 2014 11:47:34 +0200 Subject: [PATCH] Default ebus config dir changed to /etc/ebus-daemon --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index cfde90a9..807ea4d1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -60,8 +60,8 @@ void define_args() "disable valid ebus device test\n", Appl::type_bool, Appl::opt_none); - A.addItem("p_ebusconfdir", Appl::Param("contrib/csv/vaillant"), "e", "ebusconfdir", - "directory for ebus configuration (default: contrib/csv/vaillant)\n", + A.addItem("p_ebusconfdir", Appl::Param("/etc/ebus-daemon"), "e", "ebusconfdir", + "directory for ebus configuration (default: /etc/ebus-daemon)\n", Appl::type_string, Appl::opt_mandatory); A.addItem("p_foreground", Appl::Param(false), "f", "foreground",