From: Tom Yu Date: Fri, 25 Jun 2004 00:07:18 +0000 (+0000) Subject: * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid X-Git-Tag: krb5-1.4-beta1~276 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=920c7d68624bb8ebd25e75569e3b67fa550f3ff0;p=krb5.git * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid double colons. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16516 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog index 33448e72e..367cacccd 100644 --- a/src/clients/kpasswd/ChangeLog +++ b/src/clients/kpasswd/ChangeLog @@ -1,3 +1,8 @@ +2004-06-24 Tom Yu + + * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid + double colons. + 2004-06-07 Ezra Peisach * kpasswd.c (get_name_from_passwd_file): Do not cast return from diff --git a/src/clients/kpasswd/kpasswd.c b/src/clients/kpasswd/kpasswd.c index b2d54f5fe..b597853cf 100644 --- a/src/clients/kpasswd/kpasswd.c +++ b/src/clients/kpasswd/kpasswd.c @@ -7,8 +7,8 @@ #include -#define P1 "Enter new password: " -#define P2 "Enter it again: " +#define P1 "Enter new password" +#define P2 "Enter it again" #ifdef HAVE_PWD_H #include