[Bug 174579] spamd init script has no nls messages

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 1 10:21:34 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: spamd init script has no nls messages


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174579





------- Additional Comments From che666 at gmail.com  2005-12-01 05:21 EST -------
ok to show you how it works exactly. i assume you have en_US set.

open a terminal and do:

. /etc/init.d/functions
export prog="foobar"
echo $"Starting $prog: "
after that you should see the english starting message on your terminal

now lets try it in german :) :
. /etc/init.d/functions
export prog="foobar"
export LC_MESSAGES=de_DE
echo $"Starting $prog: "

explanation enough?


-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the perl-devel mailing list