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:
parent
0e9d55a8c3
commit
4e2a6d8ccd
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user