Ticket #197 (new defect)
Help internationalize Tycoon
| Reported by: | KevinLai | Owned by: | KevinLai |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.0 Unscheduled |
| Component: | Auctioneer | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by KevinLai) (diff)
By the way could you apply the following patch to the /etc/rc.d/init.d/tycoon_bank:
--- tycoon_bank.orig 2006-05-20 16:03:41.000000000 +0400
+++ tycoon_bank 2006-05-20 16:04:02.000000000 +0400
@@ -31,6 +31,9 @@
PROG_FILE=/usr/bin/tycoon_bank
LOCK_FILE=/var/lock/subsys/tycoon_bank
+export LANG=en
+export TZ=UTC
+
start() {
echo -n $"Starting $PROG_DESC: "
daemon $PROG_NAME $OPTIONS
It will reduce problems on systems with locale/tz other than en/utc.
Best regards,
rik
Change History
Note: See
TracTickets for help on using
tickets.
