CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2012/08/07 14:15:23
Modified files: xserver/os : connection.c privsep.c Log message: In non-privilege sepration mode, avoid accidentally sending a SIGUSR1 signal to init(8). It can happen that xdm dies before the X server that it started. In that case X's is reparented by init... This is handled correctly when privilege separation is not compiled but got overlooked in the privilege separation case.