Skip to content

startx: don't attempt to catch SIGKILL

nia requested to merge nia/xinit:startx-sigkill into master

Most shells ignore attempts to catch SIGKILL. Some, such as NetBSD's /bin/sh, print an annoying message helpfully reminding you that it isn't possible to catch SIGKILL whenever X starts.

Signed-off-by: Nia Alarie nia@NetBSD.org

Merge request reports