Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 174348 - net-www/apache init script still use some bashisms and reload doesn't work with baselayout 2.0
Summary: net-www/apache init script still use some bashisms and reload doesn't work wi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-04-12 22:00 UTC by Pierre Guinoiseau
Modified: 2007-05-23 20:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
apache-initd.diff (apache-initd.diff,1.35 KB, patch)
2007-04-12 22:00 UTC, Pierre Guinoiseau
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pierre Guinoiseau 2007-04-12 22:00:12 UTC
Hi, apache initscript no longer works in gentoo/freebsd with baselayout 2.0.0_alpha1
This initscript still use some bashisms and doesn't use start-stop-daemon correctly in the reload function.
The following patch correct all these things.
Comment 1 Pierre Guinoiseau 2007-04-12 22:00:42 UTC
Created attachment 116100 [details, diff]
apache-initd.diff
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-04-13 05:51:14 UTC
You can also stop forcing the path on it now. With that change it's fully compatible for baselayout-1 too :)
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-04-13 05:52:15 UTC
Uh, the path on start-stop-daemon that is.
Comment 4 Christian Heim (RETIRED) gentoo-dev 2007-04-18 11:10:08 UTC
OK, I added the patch to SVN; expect it to be shipped with a newer release of our patchset.
Comment 5 Christian Heim (RETIRED) gentoo-dev 2007-05-23 20:35:25 UTC
(In reply to comment #4)
> OK, I added the patch to SVN; expect it to be shipped with a newer release of
> our patchset.

Which was about three or four weeks ago (that included this patch).