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

Giovanni Scafora giovanni at archlinux.org
Mon Jun 8 19:03:08 UTC 2009


    Date: Monday, June 8, 2009 @ 15:03:08
  Author: giovanni
Revision: 41977

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

........
  r41929 | douglas | 2009-06-08 02:27:29 -0700 (lun, 08 giu 2009) | 2 lines
  
  upgpkg: mysql 5.1.35-1
      Updating and hopefully fixed the mysqld bug
........
  r41941 | douglas | 2009-06-08 05:44:36 -0700 (lun, 08 giu 2009) | 1 line
  
  Updated the mysqld script to use the beautiful pgrep instead of grep and awk
........

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

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


Property changes on: mysql/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /mysql/trunk:1-35866
   + /mysql/trunk:1-41976

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-06-08 18:28:20 UTC (rev 41976)
+++ extra-x86_64/PKGBUILD	2009-06-08 19:03:08 UTC (rev 41977)
@@ -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-x86_64/mysqld
===================================================================
--- extra-x86_64/mysqld	2009-06-08 18:28:20 UTC (rev 41976)
+++ extra-x86_64/mysqld	2009-06-08 19:03:08 UTC (rev 41977)
@@ -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 $(pgrep -u mysql mysqld);
 }
 
 if [ ! `egrep '^mysql:' /etc/group` ]; then




More information about the arch-commits mailing list