Ticket #197 (new defect)

Opened 2 years ago

Last modified 2 years ago

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

Changed 2 years ago by KevinLai

  • description modified (diff)

Changed 2 years ago by KevinLai

  • milestone set to 1.0.0
Note: See TracTickets for help on using tickets.