More updates to RR cookbook

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1285 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
bp-sawyers 2008-05-06 13:53:48 +00:00
parent 0e9d55a8c3
commit 4e2a6d8ccd
3 changed files with 2 additions and 2 deletions

View File

@ -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