php-fpm is not yet standard part of php, but this project is quite popular across gentoo users. For a long time, it was running as 'php-cgi --fpm', but when added to official php svn tree, binary name was changed to 'php-fpm' This change will be included in php-5.3.3, or (hopefully) 5.3.2 Please add support for additional binary. Reproducible: Always
Created attachment 216733 [details, diff] Trivial add of new binary support
Created attachment 216797 [details] test ebuild Added ebuild for quick feature preview opportunity.
I have installed php-toolkit-1.0.2.ebuild, then the usual php-5.2.12.ebuild from bug 208155. As mentioned the binary 'php-cgi --fpm' changed to 'php-fpm', but the /etc/init.d/php-fpm still had : start-stop-daemon --start --pidfile=/var/run/php-fpm.pid \ --exec /usr/bin/php-cgi -- --fpm I have manually edited the file /etc/init.d/php-fpm file to: start-stop-daemon --start --pidfile=/var/run/php-fpm.pid \ --exec /usr/bin/php-fpm Shouldn't this file be updated automatically by the new ebuild? Thanks and regards
(In reply to comment #3) > I have manually edited the file /etc/init.d/php-fpm file ... > Shouldn't this file be updated automatically by the new ebuild? Please make sure you updated php-fpm.init file to attachment #212634 [details] from bug #208155 Then make sure you ran dispatch-conf Also, php-toolkit has nothing to do with this problem, please comment bug #208155 if you have some improvement.
Patch looks good to me. I'll see about getting this included in the next version bump of php-toolkit.
As far as I understand, php-toolkit is not used anymore.
Yep, it's going away in favor of a new eselect module (which will support fpm)...