]> git.stg.codes - stg.git/commitdiff
Rename sgauth.conf to sgauthstress.conf
authorMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 11:24:38 +0000 (14:24 +0300)
committerMaxim Mamontov <faust@gts.dp.ua>
Thu, 5 May 2011 11:24:38 +0000 (14:24 +0300)
projects/sgauthstress/settings.cpp
projects/sgauthstress/sgauth.conf [deleted file]
projects/sgauthstress/sgauthstress.conf [new file with mode: 0644]

index ce8fe8644ec36868b1d93c4cfb6e0b7997e90c3a..1e1cf1a0ef6cc6325bba7bc4cc34fce1e7b35b5a 100644 (file)
@@ -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 (file)
index 8188c82..0000000
+++ /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 (file)
index 0000000..8188c82
--- /dev/null
@@ -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>