El Domingo, 7 de Mayo de 2006 06:12, archaic lfs-matrix.org escribió:
> Subject says it all.
>
The validate configs code do this for LANG and LC_ALL:
# Treatment of 'special' parameters
LANG | \
LC_ALL) # See it the locale values exist on this
machine
echo -n "`eval echo $PARAM_VALS`"
[[ -z "${!config_param}" ]]
&&
echo " -- Variable $config_param
cannot be empty!" &&
write_error_and_die
[[ ! "`locale -a | grep -c
${!config_param}`" > 0 ]] &&
write_error_and_die
echo
;;
If the choose locale isn't listed in "locale
-a" jhalfs refuses to set that
locale.
--
Manuel Canales Esparcia
Usuario de LFS nº2886: http://www.linuxfroms
cratch.org
LFS en castellano: http://www.escomp
oslinux.org/lfs-es http://www.lfs-es.com
TLDP-ES: http://es.tldp.org
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discu
ss
FAQ: http://www.linux
fromscratch.org/faq/
Unsubscribe: See the above information page
|