From: Maxim Mamontov <faust@gts.dp.ua>
Date: Thu, 5 May 2011 11:24:38 +0000 (+0300)
Subject: Rename sgauth.conf to sgauthstress.conf
X-Git-Tag: 2.407-p1~30
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/13741f69c1ea01b5d513ad1eadbdd0a1bc49a9bb?ds=inline

Rename sgauth.conf to sgauthstress.conf
---

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/sgauth.conf
deleted file mode 100644
index 8188c822..00000000
--- a/projects/sgauthstress/sgauth.conf
+++ /dev/null
@@ -1,34 +0,0 @@
-#Stargazer server ip
-ServerName=192.168.1.2
-
-#Stargazer server port
-#Default value 5555
-ServerPort=5555
-
-#User's login
-Login=test
-
-#
-#
-LocalPort=12345
-
-#User's password
-Password=1234567
-
-ModulesPath=../stargazer/modules
-
-<StoreModule store_files>
-    WorkDir = /var/stargazer
-
-    ConfOwner = root
-    ConfGroup = root
-    ConfMode = 600
-
-    StatOwner = root
-    StatGroup = root
-    StatMode = 640
-
-    UserLogOwner = root
-    UserLogGroup = root
-    UserLogMode = 640
-</StoreModule>
diff --git a/projects/sgauthstress/sgauthstress.conf b/projects/sgauthstress/sgauthstress.conf
new file mode 100644
index 00000000..8188c822
--- /dev/null
+++ b/projects/sgauthstress/sgauthstress.conf
@@ -0,0 +1,34 @@
+#Stargazer server ip
+ServerName=192.168.1.2
+
+#Stargazer server port
+#Default value 5555
+ServerPort=5555
+
+#User's login
+Login=test
+
+#
+#
+LocalPort=12345
+
+#User's password
+Password=1234567
+
+ModulesPath=../stargazer/modules
+
+<StoreModule store_files>
+    WorkDir = /var/stargazer
+
+    ConfOwner = root
+    ConfGroup = root
+    ConfMode = 600
+
+    StatOwner = root
+    StatGroup = root
+    StatMode = 640
+
+    UserLogOwner = root
+    UserLogGroup = root
+    UserLogMode = 640
+</StoreModule>