From 1d333e39d12f973dccbd4acda47f124c50dc7ea3 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Mon, 14 Sep 2020 09:21:54 +0200 Subject: [PATCH] 4.7 preparations --- CHANGELOG.md | 4 ---- test/test_nacm_datanode_paths.sh | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb20349b..b7619592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,10 +49,6 @@ Users may have to change how they access the system * `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_". -### C/CLI-API changes on existing features - -Developers may need to change their code - ### Minor changes * Debug messages diff --git a/test/test_nacm_datanode_paths.sh b/test/test_nacm_datanode_paths.sh index 4c16fa20..b4413ac5 100755 --- a/test/test_nacm_datanode_paths.sh +++ b/test/test_nacm_datanode_paths.sh @@ -103,7 +103,7 @@ wait_backend if [ $RC -ne 0 ]; then new "kill old restconf daemon" - sudo pkill -u $wwwuser -f clixon_restconf + stop_restconf_pre new "start restconf daemon (-a is enable basic authentication)" start_restconf -f $cfg -- -a