summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Riosa <vivo@gentoo.org>2006-10-23 12:26:45 +0000
committerFrancesco Riosa <vivo@gentoo.org>2006-10-23 12:26:45 +0000
commitd35490b8ad9121ead724eff6b4d28c3acb5c8402 (patch)
treea9d8ff31914956def9c4ddc40d53bfe2ab45e4df /eclass/mysql.eclass
parentAdding SVN snapshot for kernel 2.6.18, see bug #150764 (diff)
downloadgentoo-2-d35490b8ad9121ead724eff6b4d28c3acb5c8402.tar.gz
gentoo-2-d35490b8ad9121ead724eff6b4d28c3acb5c8402.tar.bz2
gentoo-2-d35490b8ad9121ead724eff6b4d28c3acb5c8402.zip
removed quotes around socket, fix bug #152455
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r--eclass/mysql.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass
index ffecba026254..8b171d6be629 100644
--- a/eclass/mysql.eclass
+++ b/eclass/mysql.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.42 2006/10/21 14:32:21 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.43 2006/10/23 12:26:45 vivo Exp $
# Author: Francesco Riosa <vivo@gentoo.org>
# Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -169,7 +169,7 @@ configure_common() {
myconf="${myconf} --with-extra-charsets=all"
myconf="${myconf} --with-mysqld-user=mysql"
myconf="${myconf} --with-server"
- myconf="${myconf} --with-unix-socket-path='/var/run/mysqld/mysqld.sock'"
+ myconf="${myconf} --with-unix-socket-path=/var/run/mysqld/mysqld.sock"
myconf="${myconf} --without-libwrap"
if useq "static" ; then