wok diff php-ldap/receipt @ rev 2149

Add twisted twisted-conch twisted-words twisted-web
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 05 15:05:42 2009 +0000 (2009-02-05)
parents 1143af92f66a
children cdb7f539e116
line diff
     1.1 --- a/php-ldap/receipt	Tue Dec 02 14:48:36 2008 +0000
     1.2 +++ b/php-ldap/receipt	Thu Feb 05 15:05:42 2009 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	grep -q ^extension=msql.so $1/etc/php.ini || \
     1.8 +	grep -q ^extension=ldap.so $1/etc/php.ini || \
     1.9  	    sed -e 's|;.*extension=msql.so|;   extension=msql.so\nextension=ldap.so|' -i $1/etc/php.ini
    1.10  	# Start Web server.
    1.11  	while read daemon file; do