diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-08 02:44:29 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-08 02:44:29 (GMT) |
commit | e478c126608b41328a73dd5ca7722006970a6816 (patch) | |
tree | c55200cc97fe6bf72e80fb765cc6997fdb589c7a /abs/core-testing/mysql/PKGBUILD | |
parent | 6c8f178b6c8874623e780d2c049a49b780237654 (diff) | |
download | linhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.zip linhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.tar.gz linhes_pkgbuild-e478c126608b41328a73dd5ca7722006970a6816.tar.bz2 |
networking needs to be enabled by default for non standalone installs to work.
networking is disabled during install for type standalone
Diffstat (limited to 'abs/core-testing/mysql/PKGBUILD')
-rw-r--r-- | abs/core-testing/mysql/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/mysql/PKGBUILD b/abs/core-testing/mysql/PKGBUILD index 6627a97..f5575b4 100644 --- a/abs/core-testing/mysql/PKGBUILD +++ b/abs/core-testing/mysql/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: judd <jvinet@zeroflux.org> pkgname=mysql pkgver=5.0.60 -pkgrel=3 +pkgrel=4 pkgdesc="A fast SQL database server" arch=(i686 x86_64) backup=(etc/my.cnf etc/conf.d/mysqld) |