#!/bin/sh
#
# Start the real k5reauth
#

for n in /afs/usr/local/bin/k5reauth \
         /afs/cern.ch/system/common/usr/local/bin/k5reauth; do
  
  [ -r $n ] && exec $n ${1+"$@"}
done
