On Tue, 20 Jan 2004 12:46:38 -0500
Matt Kettler <[EMAIL PROTECTED]> wrote:

> If you want your server to be in german, tell it.
> 
> export LANG=de
> 
> note: this may affect other programs on the system that are language-smart 
> as well.

Yes, but you change this in the init script, e.g.

case "$1" in
  start)
        echo -n "Starting $DESC: "
        LANGUAGE=de_DE start-stop-daemon --start --pidfile $PIDFILE --name $PNAME \
            --oknodo --startas $DAEMON -- $OPTIONS $DOPTIONS
        echo "$NAME."
        ;;

Ciao
        Racke

-- 
LinuXia Systems => http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP => http://www.icdevgroup.org/
Interchange Development Team



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to