mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-21 11:50:45 +01:00
build: log system-ca-path configure setting in build scripts
(cherry picked from commitf8dcb3fc47) (cherry picked from commitf3f179728e) (cherry picked from commiteb9767a6c8)
This commit is contained in:
parent
bf65bec49d
commit
359f7f3544
2 changed files with 2 additions and 0 deletions
|
|
@ -1265,6 +1265,7 @@ echo " nmlibdir: $nmlibdir"
|
|||
echo " nmdatadir: $nmdatadir"
|
||||
echo " nmstatedir: $nmstatedir"
|
||||
echo " nmrundir: $nmrundir"
|
||||
echo " system-ca-path: $with_system_ca_path"
|
||||
echo
|
||||
|
||||
echo "Platform:"
|
||||
|
|
|
|||
|
|
@ -936,6 +936,7 @@ output += ' nmstatedir: ' + nm_pkgstatedir + '\n'
|
|||
output += ' nmrundir: ' + nm_pkgrundir + '\n'
|
||||
output += ' nmvpndir: ' + nm_vpndir + '\n'
|
||||
output += ' nmplugindir: ' + nm_plugindir + '\n'
|
||||
output += ' system-ca-path: ' + system_ca_path + '\n'
|
||||
output += '\nPlatform:\n'
|
||||
output += ' session tracking: ' + ','.join(session_trackers) + '\n'
|
||||
output += ' suspend/resume: ' + suspend_resume + '\n'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue