--- rc.multi.orig 2011-01-25 15:35:24.464922911 +0100 +++ rc.multi 2011-01-25 15:30:52.777930807 +0100 @@ -11,6 +11,9 @@ # Load sysctl variables if sysctl.conf is present [ -r /etc/sysctl.conf ] && /sbin/sysctl -q -p &>/dev/null +# Load locale settings +[ -r /etc/profile.d/locale.sh ] && . /etc/profile.d/locale.sh + # Start daemons for daemon in "${DAEMONS[@]}"; do if [ "$daemon" = "${daemon#!}" ]; then