Missing daemon option -n (nodevicecheck) fixed.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
ebus Daemon (ebusd) - ChangeLog
|
||||
===============================
|
||||
|
||||
2014-01-05:
|
||||
* Missing daemon option -n (nodevicecheck) fixed.
|
||||
|
||||
2013-12-07:
|
||||
* Vaillant configuration files for VWx Heat Pumps added.
|
||||
|
||||
|
||||
+1
-1
@@ -76,7 +76,7 @@ static int print_size = UNSET;
|
||||
|
||||
|
||||
|
||||
static char options[] = "a:c:C:d:e:fl:L:P:p:rR:sStvh";
|
||||
static char options[] = "a:c:C:d:e:fl:L:nP:p:rR:sStvh";
|
||||
|
||||
static struct option opts[] = {
|
||||
{"address", required_argument, NULL, 'a'},
|
||||
|
||||
Reference in New Issue
Block a user