Add sysconf dir to the version info message.

Refs #5224
This commit is contained in:
Gunnar Beutner 2013-11-27 11:47:14 +01:00
parent 4ff308c948
commit 25da7a2291
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ void Application::DisplayVersionMessage(void)
std::cerr << "***" << std::endl std::cerr << "***" << std::endl
<< "* Application version: " << GetVersion() << std::endl << "* Application version: " << GetVersion() << std::endl
<< "* Installation root: " << GetPrefixDir() << std::endl << "* Installation root: " << GetPrefixDir() << std::endl
<< "* Sysconf directory: " << GetSysconfDir() << std::endl
<< "* Local state directory: " << GetLocalStateDir() << std::endl << "* Local state directory: " << GetLocalStateDir() << std::endl
<< "* Package data directory: " << GetPkgDataDir() << std::endl << "* Package data directory: " << GetPkgDataDir() << std::endl
<< "* State path: " << GetStatePath() << std::endl << "* State path: " << GetStatePath() << std::endl