From f30169d276cbbfcb6ac253d7e72efe9421401606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 4 Jun 2014 23:58:32 -0300 Subject: filesystem-2014.05-2: updating version * add systemd-timesync and systemd-journal-gateway users/groups * fix incorrect group in /etc/passwd for systemd-journal-gateway --- libre/filesystem/locale.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libre/filesystem/locale.sh') diff --git a/libre/filesystem/locale.sh b/libre/filesystem/locale.sh index 5fd4174d5..3cfc89c1b 100644 --- a/libre/filesystem/locale.sh +++ b/libre/filesystem/locale.sh @@ -9,11 +9,10 @@ elif [ -n $HOME ] && [ -r $HOME/.config/locale.conf ]; then . "$HOME/.config/locale.conf" elif [ -r /etc/locale.conf ]; then . /etc/locale.conf -elif [ -r /etc/rc.conf ]; then - LANG=$(. /etc/rc.conf 2>/dev/null; echo "$LOCALE") fi -export LANG="${LANG:-C}" +LANG=${LANG:-C} +export LANG [ -n "$LC_CTYPE" ] && export LC_CTYPE [ -n "$LC_NUMERIC" ] && export LC_NUMERIC [ -n "$LC_TIME" ] && export LC_TIME -- cgit v1.2.3-2-g168b