Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8205 Details for
Bug 15592
Apache2 init.d script is incorrect in the 'restart' portion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
a patch
apache2.initd.patch (text/plain), 528 bytes, created by
Adam M.
on 2003-02-12 15:04:02 UTC
(
hide
)
Description:
a patch
Filename:
MIME Type:
Creator:
Adam M.
Created:
2003-02-12 15:04:02 UTC
Size:
528 bytes
patch
obsolete
>--- apache2.initd 2003-02-12 11:52:09.000000000 -0800 >+++ apache2.initd.fixed 2003-02-12 11:53:14.000000000 -0800 >@@ -24,13 +24,11 @@ > > svc_restart() { > ebegin "Gracefully restarting apache" >- /usr/sbin/apache2 -t ${APACHE_OPTS} &>/dev/null >+ /usr/sbin/apache2ctl -t ${APACHE2_OPTS} &>/dev/null > if [ "$?" != "0" ]; then >- svc_stop > eend 1 "Apache configuration error" > else >- killall -USR1 apache2 &> /dev/null >- svc_start &>/dev/null >+ /usr/sbin/apache2ctl ${APACHE2_OPTS} -k graceful &>/dev/null > eend $? > fi > }
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 15592
: 8205