Merge ~bryce/ubuntu/+source/apache2:sru-lp1832182-graceful-groovy into ubuntu/+source/apache2:ubuntu/devel
Proposed by
Bryce Harrington
Status: | Rejected |
---|---|
Rejected by: | Bryce Harrington |
Proposed branch: | ~bryce/ubuntu/+source/apache2:sru-lp1832182-graceful-groovy |
Merge into: | ubuntu/+source/apache2:ubuntu/devel |
Diff against target: |
98 lines (+40/-18) 2 files modified
debian/apache2ctl (+30/-18) debian/changelog (+10/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Christian Ehrhardt (community) | Needs Fixing | ||
Ubuntu Server Developers | Pending | ||
Canonical Server | Pending | ||
Review via email: mp+391856@code.qastaging.launchpad.net |
Description of the change
Fix for a server-next Apache2 bug. The objective is to SRU this to all past LTS releases, so please review with that intent in mind.
The bug description for LP: #1832182 is prepped for the SRU, so I likewise would appreciate a detailed review of that text.
PPA: https:/
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
SRU Template - LGTM
Changelog - LGTM
Actual change:
- ack to move the systemd check to a function
I needed some time for "APACHE_ STARTED_ BY_SYSTEMD" . STARTED_ BY_SYSTEMD isn't set we probe (the new function).
That is set in the environment by the .service files.
So I assume if APACHE_
But if it is set, then we exit 1 which means "no need for systemd"
is that STARTED_ BY_SYSTEMD is set?
a) to unbreak loops where we start this from systemd, starting systemd, starting systemd, ...
Then it makes sense but I wanted to ask ito be sure
b) wrong and should actually "exit 0" if APACHE_
Further in the change there is some whitespace damage with the "exit" calls not using spaces but tabs.
If you could fix the latter and explain the former then this should be fine to go.