diff options
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  | 
