[csw-devel] SF.net SVN: gar:[16501] csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/ cswmysql5.tpl
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Dec 14 12:00:31 CET 2011
Revision: 16501
http://gar.svn.sourceforge.net/gar/?rev=16501&view=rev
Author: wahwah
Date: 2011-12-14 11:00:30 +0000 (Wed, 14 Dec 2011)
Log Message:
-----------
mysql5/branches/mysql-5.0.x: Trying to fix the startup script to use mysqld-5.0
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5.tpl
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5.tpl
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5.tpl 2011-12-14 10:30:06 UTC (rev 16500)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.0.x/files/cswmysql5.tpl 2011-12-14 11:00:30 UTC (rev 16501)
@@ -26,7 +26,7 @@
MYSQLD_DATADIR=$MYSQL_VAR
MYSQLD_PID_FILE=$MYSQL_VAR/mysql.pid
CONFFILE=${sysconfdir}/my.cnf
-MYSQLD_PROG=${MYSQLD_PROG:-/opt/csw/libexec/mysqld-${BASE_VERSION}}
+MYSQLD_PROG=${MYSQLD_PROG:-mysqld-${BASE_VERSION}}
# Source the configuration
[ -r /opt/csw/mysql5/etc/mysql5rc ] && . /opt/csw/mysql5/etc/mysql5rc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list