[arch-commits] Commit in mysql/trunk (PKGBUILD my.cnf mysql.install)

Andrea Scarpino andrea at archlinux.org
Wed Nov 18 12:07:26 UTC 2009


    Date: Wednesday, November 18, 2009 @ 07:07:26
  Author: andrea
Revision: 58953

mysql.sock -> mysqld.sock

Modified:
  mysql/trunk/PKGBUILD
  mysql/trunk/my.cnf
Deleted:
  mysql/trunk/mysql.install

---------------+
 PKGBUILD      |    5 ++---
 my.cnf        |    4 ++--
 mysql.install |    4 ----
 3 files changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-18 03:28:08 UTC (rev 58952)
+++ PKGBUILD	2009-11-18 12:07:26 UTC (rev 58953)
@@ -19,8 +19,8 @@
         'mysqld.conf.d')
 md5sums=('32e7373c16271606007374396e6742ad'
          '09f64b1da689f0bc60e17172f9aa0b38'
-         'fcb0697f705fe129d50716b5057721f5'
-         '4a9077fc95ec6db1d5420e0cdc74d31c')
+         '26589ea08b78fc38dd174caeb93b810c'
+	 '4a9077fc95ec6db1d5420e0cdc74d31c')
 
 build() {
   cd ${srcdir}/${pkgbase}-${pkgver}
@@ -110,7 +110,6 @@
   backup=('etc/my.cnf' 'etc/mysql/my.cnf' 'etc/conf.d/mysqld')
   depends=('mysql-clients')
   optdepends=('perl-dbi' 'perl-dbd-mysql')
-  install=mysql.install
 
   cd ${srcdir}/${pkgbase}-${pkgver}
   pushd include || return

Modified: my.cnf
===================================================================
--- my.cnf	2009-11-18 03:28:08 UTC (rev 58952)
+++ my.cnf	2009-11-18 12:07:26 UTC (rev 58953)
@@ -12,14 +12,14 @@
 [client]
 #password	= your_password
 port		= 3306
-socket		= /var/run/mysqld/mysql.sock
+socket		= /var/run/mysqld/mysqld.sock
 
 # Here follows entries for some specific programs
 
 # The MySQL server
 [mysqld]
 port		= 3306
-socket		= /var/run/mysqld/mysql.sock
+socket		= /var/run/mysqld/mysqld.sock
 datadir		= /var/lib/mysql
 skip-locking
 key_buffer = 16M

Deleted: mysql.install
===================================================================
--- mysql.install	2009-11-18 03:28:08 UTC (rev 58952)
+++ mysql.install	2009-11-18 12:07:26 UTC (rev 58953)
@@ -1,4 +0,0 @@
-post_upgrade() {
-  echo ">> MySQL configuration file now is into /etc/mysql/ directory."
-  echo ">> Remember to replace it with your old configuration file."
-}




More information about the arch-commits mailing list