You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ftpserver-commits@incubator.apache.org by ng...@apache.org on 2007/02/20 15:48:53 UTC

svn commit: r509613 - /incubator/ftpserver/trunk/distribution/bin/service.bat

Author: ngn
Date: Tue Feb 20 07:48:49 2007
New Revision: 509613

URL: http://svn.apache.org/viewvc?view=rev&rev=509613
Log:
Replace two stray remains of "tomcat"

Modified:
    incubator/ftpserver/trunk/distribution/bin/service.bat

Modified: incubator/ftpserver/trunk/distribution/bin/service.bat
URL: http://svn.apache.org/viewvc/incubator/ftpserver/trunk/distribution/bin/service.bat?view=diff&rev=509613&r1=509612&r2=509613
==============================================================================
--- incubator/ftpserver/trunk/distribution/bin/service.bat (original)
+++ incubator/ftpserver/trunk/distribution/bin/service.bat Tue Feb 20 07:48:49 2007
@@ -23,7 +23,7 @@
 rem NT Service Install/Uninstall script
 rem
 rem Options
-rem install                Install the service using Tomcat5 as service name.
+rem install                Install the service using ftpd as service name.
 rem                        Service is installed using default settings.
 rem remove                 Remove the service from the System.
 rem
@@ -63,7 +63,7 @@
 if "%1" == "" goto displayUsage
 if "%2" == "" goto setServiceName
 set SERVICE_NAME=%2
-set PR_DISPLAYNAME=Apache Tomcat %2
+set PR_DISPLAYNAME=Apache FtpServer %2
 :setServiceName
 if %1 == install goto doInstall
 if %1 == remove goto doRemove