Actions
Bug #1407
openkdcmgr use GNU gettext instead Sun gettext
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Start date:
2011-08-24
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Package system/security/kerberos-5
# kdcmgr Usage: usage [ -a admprincipal ] [ -e enctype ] [ -h ] [ -p pwfile ] [ -r realm ] subcommand gettext: invalid option -- a Try `gettext --help' for more information. gettext: invalid option -- : Try `gettext --help' for more information. gettext: invalid option -- : Try `gettext --help' for more information. gettext: invalid option -- p Try `gettext --help' for more information. gettext: invalid option -- r Try `gettext --help' for more information. where 'subcommand' is one of the following: create [ master ] create [ -m masterkdc ] slave destroy status ------ # printf "\t$(gettext "-a: Create non-default admin principal.")\n" gettext: invalid option -- a Try `gettext --help' for more information. # printf "\t$(/usr/bin/gettext "-a: Create non-default admin principal.")\n" -a: Create non-default admin principal.
Updated by Yuri Pankov over 11 years ago
It uses whichever gettext comes first in PATH, so using hardcoded /usr/bin/gettext looks like a solution to me.
Actions