From ad2fcc5657a8900f7e96a89443f4af3cfb949b3e Mon Sep 17 00:00:00 2001 From: Sam Hartman Date: Sun, 27 Jul 2003 05:30:54 +0000 Subject: [PATCH] -s can return non-zero exit status if credentials are expired git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15739 dc483132-0cff-0310-8789-dd5450dbe970 --- src/clients/klist/ChangeLog | 5 +++++ src/clients/klist/klist.M | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog index 1355c1df0..494fe74c9 100644 --- a/src/clients/klist/ChangeLog +++ b/src/clients/klist/ChangeLog @@ -1,3 +1,8 @@ +2003-07-27 Sam Hartman + + * klist.M : Note that -s can return non-zero if credentials are + expired + 2002-08-29 Ken Raeburn * Makefile.in: Revert $(S)=>/ change, for Windows support. diff --git a/src/clients/klist/klist.M b/src/clients/klist/klist.M index d88b8940d..c5f66d525 100644 --- a/src/clients/klist/klist.M +++ b/src/clients/klist/klist.M @@ -96,7 +96,8 @@ to run silently (produce no output), but to still set the exit status according to whether it finds the credentials cache. The exit status is `0' if .B klist -finds a credentials cache, and `1' if it does not. +finds a credentials cache, and `1' if it does not or if the tickets are + expired. .TP .B \-a display list of addresses in credentials. -- 2.26.2