Comment 4 for bug 372358

Revision history for this message
Thierry Carrez (ttx) wrote :

Comments:
- "Fix unexpected operator on startup" is not a remaining change to Debian, as it was a fix in the "add --script-security 2 by default for backwards compatibility" part which was an Ubuntu delta
- "Do not use start-stop-daemon and use < /dev/null to avoid blocking boot" is a remaining change to Debian

About deltaforwarding to Debian:
- show per-VPN result messages: this patch is Ubuntu-specific as we have a different way of handling initscript messages than Debian
- "Do not use start-stop-daemon and use < /dev/null to avoid blocking boot": this is a reversion of a Debian change (we choose not to block the boot in case of needed user interaction, they chose to block it) so I'd suggest not forwarding that change (see debian bug 454371 and LP: #280428)
- add "--script-security 2" by default for backwards compatibility: Debian broke backward compat in previous releases so they don't need that one (which would break it again for them)
- Added lsb-base>=3.2-14 depend to allow status_of_proc(): this was part of my patch in Debian bug 498493... it probably got lost in translation, and could be resubmitted/reopened.