diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-25 17:56:28 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-25 17:56:28 (GMT) |
commit | 8225ff1f2c024b9c1d5d168359c7ebb8007b1c7e (patch) | |
tree | 3301654ca2ce09101610f390d0734b69bbecf4d5 /abs/core/php/php.install | |
parent | 688b6272270d6e08eabebc0352bfaf7856d038fe (diff) | |
parent | 681ebeed6a7ef573882202165af742bda6e6dd04 (diff) | |
download | linhes_pkgbuild-8225ff1f2c024b9c1d5d168359c7ebb8007b1c7e.zip linhes_pkgbuild-8225ff1f2c024b9c1d5d168359c7ebb8007b1c7e.tar.gz linhes_pkgbuild-8225ff1f2c024b9c1d5d168359c7ebb8007b1c7e.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@linhes.org/mount/repository/linhes_pkgbuild into testing
Diffstat (limited to 'abs/core/php/php.install')
-rw-r--r-- | abs/core/php/php.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/abs/core/php/php.install b/abs/core/php/php.install index fb543f3..b040032 100644 --- a/abs/core/php/php.install +++ b/abs/core/php/php.install @@ -1,4 +1,6 @@ post_install() { + # change mysql.default_socket for mythweb + sed -i 's/^mysql.default_socket.*$/mysql.default_socket = \/var\/run\/mysqld\/mysqld.sock/g' /etc/php/php.ini if [ -f /etc/systemconfig ] then . /etc/systemconfig |