Comment 5 for bug 1579867

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Commited this patch with the following changes:
- I explicitly disable SIGPIPE when LightDM starts (because I don't want it to occur anywhere).
- I re-enable it just before I exec() the children so it can't affect any of the LightDM code.