From: Andrew Boardman Date: Sat, 19 Aug 2006 01:05:11 +0000 (+0000) Subject: Another useful cache-hacking alias X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d140b69be366362460573ceb4cadf4e880b32bf;p=thirdparty%2Fkrb5.git Another useful cache-hacking alias git-svn-id: svn://anonsvn.mit.edu/krb5/users/amb/referrals@18472 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/setup.sh b/setup.sh index 5a2378bb5f..83b08b0f89 100644 --- a/setup.sh +++ b/setup.sh @@ -9,4 +9,5 @@ else export LD_LIBRARY_PATH=$kpath/lib:$LD_LIBRARY_PATH PATH=${kpath}/clients/kvno:${kpath}/clients/klist:${kpath}/appl/telnet/telnet:$PATH alias kcopy="cp $KRB5CCNAME.backup $KRB5CCNAME" + alias kback="cp $KRB5CCNAME $KRB5CCNAME.backup" fi