gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-348-ga05ba48


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-348-ga05ba48
Date: Sun, 29 Aug 2010 18:59:13 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=a05ba48fbb51bcf4fff383044e7a0d8f46929645

The branch, master has been updated
       via  a05ba48fbb51bcf4fff383044e7a0d8f46929645 (commit)
      from  ed3ae748ba6ee8b82e590f6d51d4b8473430c6de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a05ba48fbb51bcf4fff383044e7a0d8f46929645
Author: Brad Hards <address@hidden>
Date:   Sat Aug 28 12:21:51 2010 +1000

    Show which option is the default for command line tools.
    
    We use "y/N" is most places - this just adapts two places that use "Y/N"
    to match the behavior of read_yesno().
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 src/certtool.c |    2 +-
 src/pkcs11.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/certtool.c b/src/certtool.c
index cdc06fa..9e21096 100644
--- a/src/certtool.c
+++ b/src/certtool.c
@@ -1513,7 +1513,7 @@ print_certificate_info (gnutls_x509_crt_t crt, FILE * 
out, unsigned int all)
     }
 
   if (out == stderr && batch == 0)     /* interactive */
-    if (read_yesno ("Is the above information ok? (Y/N): ") == 0)
+    if (read_yesno ("Is the above information ok? (y/N): ") == 0)
       {
        exit (1);
       }
diff --git a/src/pkcs11.c b/src/pkcs11.c
index 5ee92e6..98c4f12 100644
--- a/src/pkcs11.c
+++ b/src/pkcs11.c
@@ -89,7 +89,7 @@ unsigned int obj_flags = 0;
 
        if (!batch) {
                pkcs11_list(outfile, url, PKCS11_TYPE_ALL, login);
-               ret = read_yesno("Are you sure you want to delete those 
objects? (Y/N): ");
+               ret = read_yesno("Are you sure you want to delete those 
objects? (y/N): ");
                if (ret == 0) {
                        exit(1);
                }


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]