[arch-commits] Commit in mysql/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Jun 21 06:59:05 UTC 2011


    Date: Tuesday, June 21, 2011 @ 02:59:04
  Author: andrea
Revision: 128043

MySQL needs' hostname' during installation

Modified:
  mysql/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-21 06:56:19 UTC (rev 128042)
+++ PKGBUILD	2011-06-21 06:59:04 UTC (rev 128043)
@@ -103,7 +103,7 @@
   pkgdesc="A fast SQL database server"
   backup=('etc/mysql/my.cnf')
   install=mysql.install
-  depends=('mysql-clients')
+  depends=('mysql-clients' 'net-tools')
   optdepends=('perl-dbi' 'perl-dbd-mysql')
 
   cd "${srcdir}"/build




More information about the arch-commits mailing list