summaryrefslogtreecommitdiff
path: root/gdm-stop.in
Commit message (Collapse)AuthorAgeFilesLines
* use the expanded version of the sysconf prefix to fix installation intoGeorge Lebl2002-08-281-1/+1
| | | | | | | | Tue Aug 27 18:40:11 2002 George Lebl <jirka@5z.com> * gdm-safe-restart.in, gdm-restart.in, gdm-stop.in: use the expanded version of the sysconf prefix to fix installation into weird prefixes
* remove some dead code. Ensure euid's in more places. open .xsession-errorsGeorge Lebl2002-08-151-0/+13
Thu Aug 15 12:04:24 2002 George Lebl <jirka@5z.com> * daemon/gdm.c, daemon/slave.c: remove some dead code. Ensure euid's in more places. open .xsession-errors even on nfs dirs properly. For the Init/PreSession/PostSession scripts always setup the GDM_PARENT_* stuff for Xnest displays. Don't use temp files, but name the temporary auth file by the display name and whack it on server stop. The Init/PreSession/PostSession scripts now execute /<displayname>, if not found then /<hostname>, if not found and XDMCP then /XDMCP, if not found and flexi then /Flexi, and only if none of those are found then /Default. * daemon/errorgui.c: show label and entry in the question dialog, fixes problems when asking for questions during autologin. Also set cursor to pointer. * daemon/slave.c: set cursor to pointer after forking slave. This should fix possible busy cursor stuck after an autologin. * config/PostSession: spelling fix * daemon/verify-pam.c: add extra message for automatic login for standalone conversation thingie. This uses already translated string. * daemon/gdm.c: wait 2 seconds between killing local servers, otherwise things go very very bad on some machines (such as eating my keyboard on mine) * configure.in, Makefile.am, gdm-stop.in: new script to just SIGTERM the gdm binary. Useful for debugging