Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 05:14:02 -0800 (PST)
From:      Alexey Zelkin <phantom@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/msgdef Makefile src/etc Makefile src/etc/mtree BSD.usr.dist src/lib/libc/locale lmessages.c
Message-ID:  <200112211314.fBLDE2b42673@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phantom     2001/12/21 05:14:02 PST

  Modified files:
    share/msgdef         Makefile 
    etc                  Makefile 
    etc/mtree            BSD.usr.dist 
    lib/libc/locale      lmessages.c 
  Log:
  Slightly re-work locale messages storage scheme. Before this commit
  LC_MESSAGES related data was installed to <locale>/LC_MESSAGES file.
  Now it go to <locale>/LC_MESSAGES/SYS_LC_MESSAGES file. LC_MESSAGES
  directory is supposed to be storage of message catalogs of userland tools.
  This should allow us to avoid many potential problems with future
  libintl related functionality introduction.
  
  Thanks for useful suggestions about correct way how to replace plain
  files with directories at installworld stage to: Ruslan Ermilov <ru>
  
  Revision  Changes    Path
  1.266     +2 -1      src/etc/Makefile
  1.247     +159 -1    src/etc/mtree/BSD.usr.dist
  1.8       +1 -1      src/lib/libc/locale/lmessages.c
  1.31      +21 -21    src/share/msgdef/Makefile

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112211314.fBLDE2b42673>