Use default config file when none is provided
Add config option to set a default config file path. If none given, the default config file path is /etc/clixon.xml.
This commit is contained in:
parent
363bd5d19d
commit
6a9697c2ff
4 changed files with 32 additions and 2 deletions
|
|
@ -3,6 +3,9 @@
|
|||
/* Clixon data dir for system yang files etc */
|
||||
#undef CLIXON_DATADIR
|
||||
|
||||
/* Location for apps to find default config file */
|
||||
#undef CLIXON_DEFAULT_CONFIG
|
||||
|
||||
/* Clixon major release */
|
||||
#undef CLIXON_VERSION_MAJOR
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue