From 25da7a2291499772752745456d65584d9844a461 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 27 Nov 2013 11:47:14 +0100 Subject: [PATCH] Add sysconf dir to the version info message. Refs #5224 --- lib/base/application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/base/application.cpp b/lib/base/application.cpp index 932e9f9b7..1b224a445 100644 --- a/lib/base/application.cpp +++ b/lib/base/application.cpp @@ -319,6 +319,7 @@ void Application::DisplayVersionMessage(void) std::cerr << "***" << std::endl << "* Application version: " << GetVersion() << std::endl << "* Installation root: " << GetPrefixDir() << std::endl + << "* Sysconf directory: " << GetSysconfDir() << std::endl << "* Local state directory: " << GetLocalStateDir() << std::endl << "* Package data directory: " << GetPkgDataDir() << std::endl << "* State path: " << GetStatePath() << std::endl -- 2.49.0