summaryrefslogtreecommitdiffstats
path: root/tools/Config.cpp
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2019-05-22 10:41:25 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-05-22 12:06:06 +0200
commit3a03f50784d8906d0ed680f49875997aadeaa0ab (patch)
treec94c37c3f3c9eb5ce00f7c6ac9553606e37ca95b /tools/Config.cpp
parentAdapt paths to new package name (diff)
downloadonline-3a03f50784d8906d0ed680f49875997aadeaa0ab.tar.gz
online-3a03f50784d8906d0ed680f49875997aadeaa0ab.zip
Revert "Adapt paths to new package name"
It is not a good idea to change the configuration directory, it will affect all the existing installations. And the service is called loolwsd - so the configuration should be called that way too. This reverts commit 92785742896f20374fc080922d603cd76d2157ca. Change-Id: I7e6eee644e21ad2dd842742585d16133ff8e36c9 Reviewed-on: https://gerrit.libreoffice.org/72730 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'tools/Config.cpp')
-rw-r--r--tools/Config.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Config.cpp b/tools/Config.cpp
index d8564b8934..3bffb0ddc2 100644
--- a/tools/Config.cpp
+++ b/tools/Config.cpp
@@ -280,7 +280,7 @@ int Config::main(const std::vector<std::string>& args)
changed = true;
#else
- std::cerr << "This application was compiled with old OpenSSL. Operation not supported. You can use plain text password in /etc/libreoffice-online/loolwsd.xml." << std::endl;
+ std::cerr << "This application was compiled with old OpenSSL. Operation not supported. You can use plain text password in /etc/loolwsd/loolwsd.xml." << std::endl;
return Application::EXIT_UNAVAILABLE;
#endif
}