Roland Mainz wrote:
> Jerry Jelinek wrote:
> > I have a first cut at p2v for native zones.
> > This is:
> >
> > 6667924 physical to virtual utility for native zones
> > PSARC 2008/766 native zones p2v
> >
> > There is a webrev at:
> >
> > http://cr.opensolaris.org/~gjelinek/webrev.p2v/
> 
> Quick look at http://cr.opensolaris.org/~gjelinek/webrev.p2v/on.patch
> (patch code is quoted with "> "):
[snip]

BTW: The whole use of /usr/bin/gettext is unneccesary assuming you use
ksh93. ksh93 has builtin l10n support via the new $"..."-style literals
(see
http://www.opensolaris.org/os/project/shell/shellstyle/#use_builtin_localisation_support),
e.g. any string literal within $"..." will be automatically passed
through a l10n catalog of the same name as the calling script (this is
much simpler than "gettext" and has the advantage that the shell does
all the catalog/message caching for you, too).
The l10n messages can be extrated via $ shcomp -D <scriptname> # or $
ksh93 -D <scriptname> # (for systems where "shcomp" is not available).

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) roland.ma...@nrubsig.org
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
zones-discuss mailing list
zones-discuss@opensolaris.org

Reply via email to