[arch-commits] CVS update of extra/daemons/mysql (PKGBUILD mysqld)

Alexander Baldeck alexander at archlinux.org
Tue Feb 12 12:02:45 UTC 2008


    Date: Tuesday, February 12, 2008 @ 07:02:45
  Author: alexander
    Path: /home/cvs-extra/extra/daemons/mysql

Modified: PKGBUILD (1.88 -> 1.89) mysqld (1.12 -> 1.13)

* fixed FS#9427


----------+
 PKGBUILD |    9 +++++----
 mysqld   |    2 +-
 2 files changed, 6 insertions(+), 5 deletions(-)


Index: extra/daemons/mysql/PKGBUILD
diff -u extra/daemons/mysql/PKGBUILD:1.88 extra/daemons/mysql/PKGBUILD:1.89
--- extra/daemons/mysql/PKGBUILD:1.88	Fri Feb  1 08:59:54 2008
+++ extra/daemons/mysql/PKGBUILD	Tue Feb 12 07:02:45 2008
@@ -1,8 +1,9 @@
-# $Id: PKGBUILD,v 1.88 2008/02/01 13:59:54 alexander Exp $
-# Maintainer: judd <jvinet at zeroflux.org>
+# $Id: PKGBUILD,v 1.89 2008/02/12 12:02:45 alexander Exp $
+# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
 pkgname=mysql
 pkgver=5.0.51
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast SQL database server"
 arch=(i686 x86_64)
 backup=(etc/my.cnf etc/conf.d/mysqld)
@@ -49,6 +50,6 @@
 }
 md5sums=('a83dbdbb91267daf73d2297a9c283dd1'
          'e892aac36cbeb57f0e003ec0936afb3b'
-         'df7db43b916c95d7dc34698955a8ced1'
+         '64d79a5a34043c1de949d734b720c217'
          '0ee035590ffc61d32de994f461fd2bd2'
          '4a9077fc95ec6db1d5420e0cdc74d31c')
Index: extra/daemons/mysql/mysqld
diff -u extra/daemons/mysql/mysqld:1.12 extra/daemons/mysql/mysqld:1.13
--- extra/daemons/mysql/mysqld:1.12	Mon Mar 27 00:48:38 2006
+++ extra/daemons/mysql/mysqld	Tue Feb 12 07:02:45 2008
@@ -36,7 +36,7 @@
   start)
     stat_busy "Starting MySQL"
     if [ -z "$PID" ]; then
-       /usr/bin/mysqld_safe &>/dev/null &
+       /usr/bin/mysqld_safe --datadir=$MYSQLD_ROOT &>/dev/null &
       if [ $? -gt 0 ]; then
         stat_fail
         exit 1




More information about the arch-commits mailing list