add /share/xcat/tools to the path AIX and Linux, for AIX xcatconfig will also handle the update path
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@15465 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
86d6fd80b3
commit
a7e6eafbac
@ -269,7 +269,7 @@ fi
|
||||
%ifos linux
|
||||
cat << EOF > /etc/profile.d/xcat.sh
|
||||
XCATROOT=$RPM_INSTALL_PREFIX0
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$PATH
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$XCATROOT/share/xcat/tools:\$PATH
|
||||
MANPATH=\$XCATROOT/share/man:\$MANPATH
|
||||
export XCATROOT PATH MANPATH
|
||||
export PERL_BADLANG=0
|
||||
@ -277,7 +277,7 @@ EOF
|
||||
|
||||
cat << EOF > /etc/profile.d/xcat.csh
|
||||
setenv XCATROOT "$RPM_INSTALL_PREFIX0"
|
||||
setenv PATH \${XCATROOT}/bin:\${XCATROOT}/sbin:\${PATH}
|
||||
setenv PATH \${XCATROOT}/bin:\${XCATROOT}/sbin:\${XCATROOT}/share/xcat/tools:\${PATH}
|
||||
if !(\$?MANPATH) then
|
||||
setenv MANPATH \${XCATROOT}/share/man:
|
||||
else
|
||||
@ -298,7 +298,7 @@ if ! egrep XCATROOT /etc/environment > /dev/null 2>&1 ; then
|
||||
echo "
|
||||
# xCAT setup
|
||||
XCATROOT=$RPM_INSTALL_PREFIX0
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:$PATH
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$XCATROOT/share/xcat/tools:$PATH
|
||||
MANPATH=\$XCATROOT/share/man:\$MANPATH
|
||||
" >> /etc/environment
|
||||
fi
|
||||
@ -307,7 +307,7 @@ if ! egrep XCATROOT /etc/profile > /dev/null 2>&1 ; then
|
||||
echo "
|
||||
# xCAT setup
|
||||
XCATROOT=$RPM_INSTALL_PREFIX0
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:$PATH
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$XCATROOT/share/xcat/tools:$PATH
|
||||
MANPATH=\$XCATROOT/share/man:\$MANPATH
|
||||
export XCATROOT PATH MANPATH
|
||||
" >>/etc/profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user