php-fpm: use default configuration

This commit is contained in:
Juergen Daubert 2012-03-16 17:56:50 +01:00
parent a1d158dc23
commit 5481b85b11

View File

@ -37,6 +37,4 @@ build () {
install -m 644 sapi/fpm/php-fpm.conf $PKG/etc/php/
install -m 644 sapi/fpm/php-fpm.8 $PKG/usr/man/man8/
install -m 755 $SRC/php-fpm $PKG/etc/rc.d/
echo 'php_flag[extension] = true' >> $PKG/etc/php/php-fpm.conf
}