[Vtigercrm-commits] [vtiger-commits] r4116 - in /vtigercrm/branches/4.2/pkg/bin: startvTiger.bat startvTiger.sh stopvTiger.bat
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Mar 9 07:20:31 EST 2006
Author: saraj
Date: Thu Mar 9 05:20:24 2006
New Revision: 4116
Log:
changes made for 424rc2
Modified:
vtigercrm/branches/4.2/pkg/bin/startvTiger.bat
vtigercrm/branches/4.2/pkg/bin/startvTiger.sh
vtigercrm/branches/4.2/pkg/bin/stopvTiger.bat
Modified: vtigercrm/branches/4.2/pkg/bin/startvTiger.bat
==============================================================================
--- vtigercrm/branches/4.2/pkg/bin/startvTiger.bat (original)
+++ vtigercrm/branches/4.2/pkg/bin/startvTiger.bat Thu Mar 9 05:20:24 2006
@@ -47,12 +47,12 @@
bin\apache -k uninstall -n vtigercrm4_2
echo ""
echo ""
-echo "installing vtigercrm4_2 apache service"
+echo "installing vtigercrm4_2_4rc2 apache service"
echo ""
echo ""
bin\apache -k install -n vtigercrm4_2 -f conf\httpd.conf
echo ""
-echo "Starting vtigercrm4_2 apache service"
+echo "Starting vtigercrm4_2_4rc2 apache service"
echo ""
bin\apache -n vtigercrm4_2 -k start
IF ERRORLEVEL 1 goto stopservice
@@ -112,27 +112,27 @@
:checkdatabase
echo ""
-echo "check to see if vtigercrm4_2 database already exists"
+echo "check to see if vtigercrm4_2_4 database already exists"
echo ""
-mysql --port=%mysql_port% --user=%mysql_username% --password=%mysql_password% -e "show databases like 'vtigercrm4_2'" | "%WINDIR%\system32\find.exe" "vtigercrm4_2" > NUL
+mysql --port=%mysql_port% --user=%mysql_username% --password=%mysql_password% -e "show databases like 'vtigercrm4_2_4'" | "%WINDIR%\system32\find.exe" "vtigercrm4_2_4" > NUL
IF ERRORLEVEL 1 goto dbnotexists
echo ""
-ECHO "vtigercrm4_2 database exists"
+ECHO "vtigercrm4_2_4 database exists"
echo ""
goto end
:dbnotexists
echo ""
-ECHO "vtigercrm4_2 database does not exist"
+ECHO "vtigercrm4_2_4 database does not exist"
echo ""
echo %cd%
echo ""
-echo "Proceeding to create database vtigercrm4_2 and populate the same"
+echo "Proceeding to create database vtigercrm4_2_4 and populate the same"
echo ""
-mysql --user=%mysql_username% --password=%mysql_password% --port=%mysql_port% -e "create database if not exists vtigercrm4_2"
+mysql --user=%mysql_username% --password=%mysql_password% --port=%mysql_port% -e "create database if not exists vtigercrm4_2_4"
echo ""
-echo "vtigercrm4_2 database created"
+echo "vtigercrm4_2_4 database created"
echo ""
goto end
Modified: vtigercrm/branches/4.2/pkg/bin/startvTiger.sh
==============================================================================
--- vtigercrm/branches/4.2/pkg/bin/startvTiger.sh (original)
+++ vtigercrm/branches/4.2/pkg/bin/startvTiger.sh Thu Mar 9 05:20:24 2006
@@ -111,14 +111,14 @@
fi
echo ""
-echo "Checking if the vtigercrm4_2 database already exists"
+echo "Checking if the vtigercrm4_2_4 database already exists"
echo ""
-echo "select 1" | ./bin/mysql --user=$mysql_username --password=$mysql_password --port=$mysql_port --socket=$mysql_socket -D vtigercrm4_2 >/dev/null
+echo "select 1" | ./bin/mysql --user=$mysql_username --password=$mysql_password --port=$mysql_port --socket=$mysql_socket -D vtigercrm4_2_4 >/dev/null
if [ $? -ne 0 ]; then
echo ""
- echo "Database vtigercrm4_2 does not exist. Creating database vtigercrm4_2"
+ echo "Database vtigercrm4_2_4 does not exist. Creating database vtigercrm4_2_4"
echo ""
- ./bin/mysql --user=$mysql_username --password=$mysql_password --port=$mysql_port --socket=$mysql_socket -e "create database if not exists vtigercrm4_2"
+ ./bin/mysql --user=$mysql_username --password=$mysql_password --port=$mysql_port --socket=$mysql_socket -e "create database if not exists vtigercrm4_2_4"
fi
host=`hostname`
Modified: vtigercrm/branches/4.2/pkg/bin/stopvTiger.bat
==============================================================================
--- vtigercrm/branches/4.2/pkg/bin/stopvTiger.bat (original)
+++ vtigercrm/branches/4.2/pkg/bin/stopvTiger.bat Thu Mar 9 05:20:24 2006
@@ -32,11 +32,11 @@
cd /d %apache_dir%
rem shut down apache
echo ""
-echo "stopping vtigercrm4_2 apache service"
+echo "stopping vtigercrm4_2_4rc2 apache service"
echo ""
bin\apache -n vtigercrm4_2 -k stop
echo ""
-echo "uninstalling vtigercrm4_2 apache service"
+echo "uninstalling vtigercrm4_2_4rc2 apache service"
echo ""
bin\apache -k uninstall -n vtigercrm4_2
rem .\bin\ShutdownApache.exe logs\httpd.pid
More information about the vtigercrm-commits
mailing list