diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-13 05:23:24 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-08-13 05:23:24 +0000 |
commit | e47b2325f099ff38fe771aa316ec961f7331c967 (patch) | |
tree | 75bc39a698e48103fe346ca6b951937ccf6c1ca3 /crypto/heimdal/appl/kauth/zrefresh | |
parent | b904de74b0b03f5b30d36efb081268953ddb6788 (diff) |
Notes
Diffstat (limited to 'crypto/heimdal/appl/kauth/zrefresh')
-rwxr-xr-x | crypto/heimdal/appl/kauth/zrefresh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/crypto/heimdal/appl/kauth/zrefresh b/crypto/heimdal/appl/kauth/zrefresh deleted file mode 100755 index 8347a1b33c0c7..0000000000000 --- a/crypto/heimdal/appl/kauth/zrefresh +++ /dev/null @@ -1,12 +0,0 @@ -#!/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 |