diff --git a/xCAT-client-2.0/share/doc/xCAT2.0RR.odt b/xCAT-client-2.0/share/doc/xCAT2.0RR.odt index 0cd3dceef..076c01f87 100644 Binary files a/xCAT-client-2.0/share/doc/xCAT2.0RR.odt and b/xCAT-client-2.0/share/doc/xCAT2.0RR.odt differ diff --git a/xCAT-client-2.0/share/doc/xCAT2.0RR.pdf b/xCAT-client-2.0/share/doc/xCAT2.0RR.pdf index de731923d..17f03821f 100644 Binary files a/xCAT-client-2.0/share/doc/xCAT2.0RR.pdf and b/xCAT-client-2.0/share/doc/xCAT2.0RR.pdf differ diff --git a/xCAT-server-2.0/etc/init.d/xcatd b/xCAT-server-2.0/etc/init.d/xcatd index b07cfc7fb..eed48eedb 100755 --- a/xCAT-server-2.0/etc/init.d/xcatd +++ b/xCAT-server-2.0/etc/init.d/xcatd @@ -13,8 +13,8 @@ ### END INIT INFO # This avoids the perl locale warnings -if [ -z $LANG ] && [ -z $LC_ALL ]; then - export LANG=C +if [ -z $LC_ALL ]; then + export LC_ALL=C fi if [ -r /etc/sysconfig/xcat ]; then