[arch-commits] Commit in mysql/repos (3 files)

Douglas Soares de Andrade douglas at archlinux.org
Mon Jun 8 09:28:20 UTC 2009


    Date: Monday, June 8, 2009 @ 05:28:20
  Author: douglas
Revision: 41930

Merged revisions 41929 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/mysql/trunk

........
  r41929 | douglas | 2009-06-08 06:27:29 -0300 (Seg, 08 Jun 2009) | 2 lines
  
  upgpkg: mysql 5.1.35-1
      Updating and hopefully fixed the mysqld bug
........

Modified:
  mysql/repos/extra-i686/	(properties)
  mysql/repos/extra-i686/PKGBUILD
  mysql/repos/extra-i686/mysqld

----------+
 PKGBUILD |    8 ++++----
 mysqld   |    4 +---
 2 files changed, 5 insertions(+), 7 deletions(-)


Property changes on: mysql/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /mysql/trunk:1-35826
   + /mysql/trunk:1-41929

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-06-08 09:27:29 UTC (rev 41929)
+++ extra-i686/PKGBUILD	2009-06-08 09:28:20 UTC (rev 41930)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Alexander Baldeck <alexander at archlinux.org>
+# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 
 pkgname=mysql
-pkgver=5.1.34
+pkgver=5.1.35
 pkgrel=1
 pkgdesc="A fast SQL database server"
 arch=(i686 x86_64)
@@ -55,9 +55,9 @@
   # Cleanup files provided by the other packages
   rm -rf $pkgdir/usr/{include,lib}
 }
-md5sums=('42493187729677cf8f77faeeebd5b3c2'
+md5sums=('327bffc7a2a5fd4471fbbaab125275cd'
          '8dce7e2b9f1f6ed6eca8bd62144bad0a'
          'd1921e85821a66196c24ef6e5346b572'
-         'b3a888321bd974240527a4c182eb92f2'
+         '2cdf5aa95b1d439b9063e820a74190ad'
          '0ee035590ffc61d32de994f461fd2bd2'
          '4a9077fc95ec6db1d5420e0cdc74d31c')

Modified: extra-i686/mysqld
===================================================================
--- extra-i686/mysqld	2009-06-08 09:27:29 UTC (rev 41929)
+++ extra-i686/mysqld	2009-06-08 09:28:20 UTC (rev 41930)
@@ -9,9 +9,7 @@
 . /etc/rc.d/functions
 
 getPID() {
-   if [ -f $MYSQLD_ROOT/$HOSTNAME.pid ]; then
-       echo `pidof -o %PPID /usr/sbin/mysqld`;
-   fi
+   echo $(ps aux | grep ^mysql | awk '{print $2}');
 }
 
 if [ ! `egrep '^mysql:' /etc/group` ]; then




More information about the arch-commits mailing list