[2582] in testers

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

decmips 7.7B: /etc/athena/reactivate

daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Mon Jul 11 10:02:25 1994

To: testers@MIT.EDU
Date: Mon, 11 Jul 1994 10:01:50 EDT
From: "Bruce R. Lewis" <brlewis@MIT.EDU>

System name:		joy
Type and version:	KN02ca 7.7B (1 update(s) to same version)
Display type:		PMAG-DV 

I'm getting this message in my console:

08:37 sh: unset: not found

You probably want to apply the following patch to /etc/athena/reactivate.
sh has a good way of dealing with one-time-only environment variable
settings.

*** /etc/athena/reactivate	Mon Jul 11 01:44:55 1994
--- reactivate	Mon Jul 11 09:58:05 1994
***************
*** 65,76 ****
  
  # kdestroy from /tmp any ticket files that may have escaped other methods
  # of destruction, before we clear /tmp.
- export KRBTKFILE
  for i in /tmp/tkt*; do
!   KRBTKFILE=$i
!   /usr/athena/bin/kdestroy -f
  done
- unset KRBTKFILE
  
  if [ $full ]; then		# START tmp clean
  # Clean temporary areas (including temporary home directories)
--- 65,73 ----
  
  # kdestroy from /tmp any ticket files that may have escaped other methods
  # of destruction, before we clear /tmp.
  for i in /tmp/tkt*; do
!   KRBTKFILE=$i /usr/athena/bin/kdestroy -f
  done
  
  if [ $full ]; then		# START tmp clean
  # Clean temporary areas (including temporary home directories)

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