Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 248626 Details for
Bug 338684
missing files in dev-lang/php for php-5.3.3-r1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
needed for fpm use; missing in prefix tree
php-fpm.init (text/plain), 433 bytes, created by
nietonfir
on 2010-09-25 17:55:22 UTC
(
hide
)
Description:
needed for fpm use; missing in prefix tree
Filename:
MIME Type:
Creator:
nietonfir
Created:
2010-09-25 17:55:22 UTC
Size:
433 bytes
patch
obsolete
>#!/sbin/runscript > >PHP_FPM_CONF="@GENTOO_PORTAGE_EPREFIX@/etc/php/fpm-php5/php-fpm.conf" > >opts="depend start stop reload" > >depend() { > need net > use apache2 lighttpd nginx >} > >start() { > ebegin "Starting PHP FastCGI server" > start-stop-daemon --start --exec @GENTOO_PORTAGE_EPREFIX@/usr/bin/php-fpm -- -y "${PHP_FPM_CONF}" > eend $? >} > >stop() { > ebegin "Stopping PHP FastCGI server" > start-stop-daemon --stop --name php-fpm > eend $? >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 338684
:
248618
|
248619
|
248622
|
248624
| 248626