diff options
author | taca <taca@pkgsrc.org> | 2001-02-18 14:39:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2001-02-18 14:39:07 +0000 |
commit | f72fa3b42ade67977eff9d5c1a93758e1ab0c58c (patch) | |
tree | 1ff5d76d516d02bf7dac6ac7c6302d2a947329b7 | |
parent | 93715a4c0637b97df6696838650294dc048a44c3 (diff) | |
download | pkgsrc-f72fa3b42ade67977eff9d5c1a93758e1ab0c58c.tar.gz |
mknmz perl script accept "LANG", "LC_ALL", "LC_MESSAGES" or "LANGUAGE"
environment as processing language. Because of lack of locale suppor,
perl may not accept locale related environment. So, user could use
only "LANGUAGE" environment.
Add warning for this setting of envionment problem.
-rw-r--r-- | japanese/namazu2/pkg/MESSAGE | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/japanese/namazu2/pkg/MESSAGE b/japanese/namazu2/pkg/MESSAGE index 4f3d8c5eff3..5b4833eae75 100644 --- a/japanese/namazu2/pkg/MESSAGE +++ b/japanese/namazu2/pkg/MESSAGE @@ -1,5 +1,14 @@ -$NetBSD: MESSAGE,v 1.1.1.1 2001/01/27 02:29:25 taca Exp $ +$NetBSD: MESSAGE,v 1.2 2001/02/18 14:39:07 taca Exp $ + +*WARNING*: + +1. Index file format has changed since namazu 2.0. + If you upgrade from namazu 1.X, you need to rebuild index + files at least. + +2. In order to processing Japanese, you need to set "LANG", + "LC_ALL", "LC_MESSAGES" or "LANGUAGE" environment to "ja". + Because of lack of locale support, you could only use + "LANGUAGE" environment. This restriction is hoped to + remove feature NetBSD release. -*WARNING*: Index file format has changed since namazu 2.0. -If you upgrade from namazu 1.X, you need to rebuild index -files at least. |