Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115888 Details for
Bug 174015
lighttpd init script incorrectly forces background
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the issue
lighttpd.patch (text/plain), 474 bytes, created by
Roy Marples (RETIRED)
on 2007-04-10 10:23:03 UTC
(
hide
)
Description:
Fixes the issue
Filename:
MIME Type:
Creator:
Roy Marples (RETIRED)
Created:
2007-04-10 10:23:03 UTC
Size:
474 bytes
patch
obsolete
>--- lighttpd.initd-1.4.13-r2 2007-04-01 23:55:08.000000000 +0100 >+++ /etc/init.d/lighttpd 2007-04-10 11:19:20.000000000 +0100 >@@ -25,9 +25,8 @@ > checkconfig || return 1 > > ebegin "Starting lighttpd" >- start-stop-daemon --start --quiet \ >- --background --pidfile "${LIGHTTPD_PID}" \ >- --exec /usr/sbin/lighttpd -- -f "${LIGHTTPD_CONF}" >+ start-stop-daemon --start --quiet --exec /usr/sbin/lighttpd \ >+ --pidfile "${LIGHTTPD_PID}" -- -f "${LIGHTTPD_CONF}" > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 174015
: 115888