[7950] in Athena Bugs

home help back first fref pref prev next nref lref last post

decmips 7.3H: dotfiles

daemon@ATHENA.MIT.EDU (Mark Rosenstein)
Fri Aug 16 13:08:01 1991

Date: Fri, 16 Aug 91 13:08:00 -0400
From: Mark Rosenstein <mar@MIT.EDU>
To: marc@ATHENA.MIT.EDU
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: Marc Horowitz's message of Thu, 15 Aug 91 23:03:51 EDT <9108160303.AA17407@podge>

the following patch to /usr/athena/lib/init/xsession will cause
"Ignore your customizations" sessions to ignore ~/.logout as well.
					-Mark

*** /usr/athena/lib/init/xsession	Wed Aug  7 23:32:43 1991
--- /tmp/xsession	Fri Aug 16 13:07:15 1991
***************
*** 209,214 ****
  # To terminate this process, type the "logout" command in an xterm window
  # or invoke the "end_session" program.
  
! exec session_gate -logout			# Wait for logout
  
! # The session gate will source .logout when it gets a SIGHUP.
--- 209,219 ----
  # To terminate this process, type the "logout" command in an xterm window
  # or invoke the "end_session" program.
  
! if ($?NOCALLS) then
! 	exec session_gate
! else
! 	exec session_gate -logout
! endif
  
! # The session gate will source .logout when it gets a SIGHUP, if
! # invoked with -logout flag.

home help back first fref pref prev next nref lref last post