OpenSolaris

Printable Version Enter a New Search
Bug ID 6660235
Synopsis Command summary on pktool help should be localizable.
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-crypto:key_mgmt_tools
Keywords find_byauto
Responsible Engineer Wyllys Ingersoll
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_85
Fixed In snv_85
Release Fixed solaris_nevada(snv_85)
Related Bugs 6657141 , 6679525
Submit Date 7-February-2008
Last Update Date 12-March-2008
Description
Command summary on pktool help should be localizable.
I think that sub command (ex, tokens) must not be localizable but summary 
(ex, lists all visible PKCS#11 tokens) must be localizalble. It looks that
current source is not calling gettext() for the summary strings.
===
root@tama[29]env LC_ALL=C pktool
:
   tokens       - lists all visible PKCS#11 tokens
   setpin       - changes user authentication passphrase for keystore access
   list         - lists a summary of objects in the keystore
   delete       - deletes objects in the keystore
   import       - imports objects from an external source
   export       - exports objects from the keystore to a file
   gencert      - creates a self-signed X.509v3 certificate
   gencsr       - creates a PKCS#10 certificate signing request file
   download     - downloads a CRL or certificate file from an external source
   genkey       - creates a symmetric key in the keystore
   help         - displays help message
Work Around
N/A
Comments
N/A