myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Myserver-commit] [2731] Changed some `MyServer\' references to `GNU MyS


From: Giuseppe Scrivano
Subject: [Myserver-commit] [2731] Changed some `MyServer\' references to `GNU MyServer\'
Date: Fri, 01 Aug 2008 19:48:42 +0000

Revision: 2731
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2731
Author:   gscrivano
Date:     2008-08-01 19:48:41 +0000 (Fri, 01 Aug 2008)

Log Message:
-----------
Changed some `MyServer\' references to `GNU MyServer\'

Modified Paths:
--------------
    trunk/myserver/src/cgi.cpp
    trunk/myserver/src/http_dir.cpp
    trunk/myserver/src/myserver.cpp

Modified: trunk/myserver/src/cgi.cpp
===================================================================
--- trunk/myserver/src/cgi.cpp  2008-08-01 19:13:25 UTC (rev 2730)
+++ trunk/myserver/src/cgi.cpp  2008-08-01 19:48:41 UTC (rev 2731)
@@ -687,7 +687,7 @@
   char strTmp[32];
 
   memCgi.setExternalBuffer(cgiEnv, td->buffer2->getRealLength());
-  memCgi << "SERVER_SOFTWARE=MyServer " << versionOfSoftware;
+  memCgi << "SERVER_SOFTWARE=GNU MyServer " << versionOfSoftware;
 
 #ifdef WIN32
   memCgi << " (WIN32)";
@@ -705,7 +705,7 @@
    memCgi << Server::getInstance()->getServerName();
 
   memCgi << end_str << "SERVER_SIGNATURE=";
-  memCgi << "<address>MyServer ";
+  memCgi << "<address>GNU MyServer ";
   memCgi << versionOfSoftware;
   memCgi << "</address>";
 

Modified: trunk/myserver/src/http_dir.cpp
===================================================================
--- trunk/myserver/src/http_dir.cpp     2008-08-01 19:13:25 UTC (rev 2730)
+++ trunk/myserver/src/http_dir.cpp     2008-08-01 19:48:41 UTC (rev 2731)
@@ -591,7 +591,7 @@
   }
 
   td->buffer2->setLength(0);
-  *td->buffer2 << "</table>\r\n<hr />\r\n<address>MyServer " 
+  *td->buffer2 << "</table>\r\n<hr />\r\n<address>GNU MyServer " 
                << versionOfSoftware;
               
   if(host && host->value->length())

Modified: trunk/myserver/src/myserver.cpp
===================================================================
--- trunk/myserver/src/myserver.cpp     2008-08-01 19:13:25 UTC (rev 2730)
+++ trunk/myserver/src/myserver.cpp     2008-08-01 19:48:41 UTC (rev 2731)
@@ -133,7 +133,7 @@
   char* pidFileName;
 };
 
-static char doc[] = "MyServer ";
+static char doc[] = "GNU MyServer ";
 static char argsDoc[] = "";
 
 /*! Use the GNU C argp parser under not windows environments.  */
@@ -141,7 +141,7 @@
 {
   /* LONG NAME - SHORT NAME - PARAMETER NAME - FLAGS - DESCRIPTION.  */
   {"version", 'v', "VERSION", OPTION_ARG_OPTIONAL , "Print the version for the 
application"},
-  {"run", 'r', "RUN", OPTION_ARG_OPTIONAL, "Specify how run the server(by 
default console mode)"},
+  {"run", 'r', "RUN", OPTION_ARG_OPTIONAL, "Specify how run the server (by 
default console mode)"},
   {"logfile", 'l', "log", 0, "Specify the file to use to log main myserver 
messages"},
   {"pidfile", 'p', "pidfile", OPTION_HIDDEN, "Specify the file where write the 
PID"},     
   {0}
@@ -276,7 +276,7 @@
   /*! If the version flag is up, show the version and exit.  */
   if(input.version)
   {
-    cout << "MyServer "<< versionOfSoftware << endl;
+    cout << "GNU MyServer "<< versionOfSoftware << endl;
     
     cout 
 #ifdef __DATE__






reply via email to

[Prev in Thread] Current Thread [Next in Thread]