issues
search
OpenNebula
/
addon-context-linux
Linux VM Contextualization
Apache License 2.0
56
stars
73
forks
source link
B #251: Enforce POSIX C locale
#261
Closed
ospalax
closed
2 years ago
ospalax
commented
2 years ago
Change the value of
LANG
to
C
(POSIX) which is more generic
LANG
can be insufficient and will not override
LC_TIME
for example if that was set
LC_ALL
will ensure that all categories of locale are POSIX C
This commit also provides a way for the scripts to find the original locale via
_one_orig_*
variables if that would be needed
LANG
toC
(POSIX) which is more genericLANG
can be insufficient and will not overrideLC_TIME
for example if that was setLC_ALL
will ensure that all categories of locale are POSIX C_one_orig_*
variables if that would be needed