Skip to content
  • Jiri (George) Lebl's avatar
    Add two new small sbin utils. gdmopen is like open (based on it) but · 6addcb90
    Jiri (George) Lebl authored
    Wed Aug 22 23:01:59 2001  George Lebl <jirka@5z.com>
    
    	* configure.in, Makefile.am, utils/gdmopen.c, utils/gdmaskpass.c:
    	  Add two new small sbin utils.  gdmopen is like open (based on it)
    	  but better suited for gdm.  Exitcode is returned so no temp files
    	  are needed.  Process is cleaned up on a signal, the new vt is
    	  deallocated after use.  And unlike openvt this thing actually waits
    	  for the child.  Gdmaskpass just asks for the root password, for
    	  use in the XKeepsCrashing script.  Both of these things will only
    	  run as root as I'm too paranoid and it doesn't make sense for
    	  them to run otherwise for gdm anyway.
    
    	* configure.in: Fix sbin expansion.
    
    	* daemon/gdm.c, daemon/misc.[ch], daemon/slave.c, daemon/server.c:
    	  Use gdmopen to run dialog and add helper functions for doing this.
    
    	* daemon/gdm.h, daemon/slave.c, daemon/server.[ch]:  When a server is
    	  busy, ask the user if we want to run it on a new display numbe...
    6addcb90