From 13741f69c1ea01b5d513ad1eadbdd0a1bc49a9bb Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Thu, 5 May 2011 14:24:38 +0300 Subject: [PATCH] Rename sgauth.conf to sgauthstress.conf --- projects/sgauthstress/settings.cpp | 2 +- projects/sgauthstress/{sgauth.conf => sgauthstress.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/sgauthstress/{sgauth.conf => sgauthstress.conf} (100%) diff --git a/projects/sgauthstress/settings.cpp b/projects/sgauthstress/settings.cpp index ce8fe864..1e1cf1a0 100644 --- a/projects/sgauthstress/settings.cpp +++ b/projects/sgauthstress/settings.cpp @@ -31,7 +31,7 @@ SETTINGS::SETTINGS() : port(0), localPort(0), - confFile("/etc/sgauth.conf") + confFile("sgauthstress.conf") { } //----------------------------------------------------------------------------- diff --git a/projects/sgauthstress/sgauth.conf b/projects/sgauthstress/sgauthstress.conf similarity index 100% rename from projects/sgauthstress/sgauth.conf rename to projects/sgauthstress/sgauthstress.conf -- 2.43.2