Comment 6 for bug 1494141

Revision history for this message
Robie Basak (racb) wrote : Re: HAProxy 1.5 init script does not terminate processes

Louis,

I can't sponsor your debdiff into backports, but be careful of ordering issues in your patch. clean() should be defined before the trap is set, and tmp should be defined before any point that clean() could be called. In general you should quote "$tmp" as well in case it ends up with spaces (eg. if $TMPDIR has a space in it).