[csw-devel] SF.net SVN: gar:[19179] csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/ cswmysql5.tpl
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Sep 10 16:35:13 CEST 2012
Revision: 19179
http://gar.svn.sourceforge.net/gar/?rev=19179&view=rev
Author: dmichelsen
Date: 2012-09-10 14:35:13 +0000 (Mon, 10 Sep 2012)
Log Message:
-----------
mysql5/branches/mysql-5.5.x: Fix erranous + from patch in startscript
Modified Paths:
--------------
csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/cswmysql5.tpl
Modified: csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/cswmysql5.tpl
===================================================================
--- csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/cswmysql5.tpl 2012-09-10 14:12:16 UTC (rev 19178)
+++ csw/mgar/pkg/mysql5/branches/mysql-5.5.x/files/cswmysql5.tpl 2012-09-10 14:35:13 UTC (rev 19179)
@@ -225,8 +225,8 @@
# The binaries themselves are tested below, so the script should fail
# mostly gracefully if a non-present arch is set up.
if [ -d "$bindir/$mysql5_arch" -a \
- + -d "$sbindir/$mysql5_arch" -a \
- + -d "$libexecdir/$mysql5_arch" ]; then
+ -d "$sbindir/$mysql5_arch" -a \
+ -d "$libexecdir/$mysql5_arch" ]; then
bindir="$bindir/$mysql5_arch"
sbindir="$sbindir/$mysql5_arch"
libexecdir="$libexecdir/$mysql5_arch"
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