SOURCES: trac-lighttpd.conf - pass locale vars to tracd
glen
glen at pld-linux.org
Thu Dec 4 12:55:39 CET 2008
Author: glen Date: Thu Dec 4 11:55:38 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- pass locale vars to tracd
---- Files affected:
SOURCES:
trac-lighttpd.conf (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SOURCES/trac-lighttpd.conf
diff -u SOURCES/trac-lighttpd.conf:1.8 SOURCES/trac-lighttpd.conf:1.9
--- SOURCES/trac-lighttpd.conf:1.8 Thu Oct 9 13:14:09 2008
+++ SOURCES/trac-lighttpd.conf Thu Dec 4 12:55:33 2008
@@ -50,6 +50,22 @@
"TRAC_ENV_PARENT_DIR" => "/var/lib/trac/",
# "TRAC_ENV" => "/var/lib/trac/project/",
),
+ "bin-copy-environment" => (
+ "LANG",
+ "LC_CTYPE",
+ "LC_NUMERIC",
+ "LC_TIME",
+ "LC_COLLATE",
+ "LC_MONETARY",
+ "LC_MESSAGES",
+ "LC_PAPER",
+ "LC_NAME",
+ "LC_ADDRESS",
+ "LC_TELEPHONE",
+ "LC_MEASUREMENT",
+ "LC_IDENTIFICATION",
+ "LC_ALL",
+ ),
),
),
)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/trac-lighttpd.conf?r1=1.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list