diff options
Diffstat (limited to 'crypto/heimdal/appl/kauth/zrefresh')
-rwxr-xr-x | crypto/heimdal/appl/kauth/zrefresh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto/heimdal/appl/kauth/zrefresh b/crypto/heimdal/appl/kauth/zrefresh new file mode 100755 index 000000000000..8347a1b33c0c --- /dev/null +++ b/crypto/heimdal/appl/kauth/zrefresh @@ -0,0 +1,12 @@ +#!/bin/sh +# +# @(#) $Id: zrefresh,v 1.3 1996/06/09 19:21:59 joda Exp $ +# +# Substitute this script with a real zrefresh if running Zephyr. For +# instance: +# +# if [ -f "$WGFILE" ] ; then +# zctl load +# fi + +exit 0 |