compositor: Stop trapping SIGINT
This makes attaching a debugger really annoying, as stopping the weston process will lead to it exiting.
Trapping SIGINT was introduced in commit 50dc6989 which ensured we would call wl_display_terminate() on SIGINT or SIGTERM to clean up our socket.
It's uncommon to kill weston with SIGINT, so I think it's probably better to leave SIGINT untrapped to make attaching and using a debugger easier.
Signed-off-by: Derek Foreman derek.foreman@collabora.com
Edited by Derek Foreman