4.7 preparations
This commit is contained in:
parent
6c22935463
commit
1d333e39d1
2 changed files with 1 additions and 5 deletions
|
|
@ -49,10 +49,6 @@ Users may have to change how they access the system
|
||||||
* `CLICON_CLI_HELPSTRING_TRUNCATE`, `CLICON_CLI_HELPSTRING_LINES`
|
* `CLICON_CLI_HELPSTRING_TRUNCATE`, `CLICON_CLI_HELPSTRING_LINES`
|
||||||
* Changed semantics of `CLICON_NACM_DISABLED_ON_EMPTY` to "disable NACM if there is no _NACM_ configuration", instead of "disable NACM if there is no _configuration_".
|
* Changed semantics of `CLICON_NACM_DISABLED_ON_EMPTY` to "disable NACM if there is no _NACM_ configuration", instead of "disable NACM if there is no _configuration_".
|
||||||
|
|
||||||
### C/CLI-API changes on existing features
|
|
||||||
|
|
||||||
Developers may need to change their code
|
|
||||||
|
|
||||||
### Minor changes
|
### Minor changes
|
||||||
|
|
||||||
* Debug messages
|
* Debug messages
|
||||||
|
|
|
||||||
|
|
@ -103,7 +103,7 @@ wait_backend
|
||||||
|
|
||||||
if [ $RC -ne 0 ]; then
|
if [ $RC -ne 0 ]; then
|
||||||
new "kill old restconf daemon"
|
new "kill old restconf daemon"
|
||||||
sudo pkill -u $wwwuser -f clixon_restconf
|
stop_restconf_pre
|
||||||
|
|
||||||
new "start restconf daemon (-a is enable basic authentication)"
|
new "start restconf daemon (-a is enable basic authentication)"
|
||||||
start_restconf -f $cfg -- -a
|
start_restconf -f $cfg -- -a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue