fixed further debian packaging, merging in fixes that were included in the spec file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12160 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
e0bea579dc
commit
7f7176f039
@ -7,6 +7,6 @@ Standards-Version: 3.7.2
|
||||
|
||||
Package: xcat-client
|
||||
Architecture: all
|
||||
Depends: ${perl:Depends}, nmap
|
||||
Depends: ${perl:Depends}, nmap, perl-xCAT
|
||||
Description: Core executables and data of the xCAT management project
|
||||
xCAT-client provides the fundamental xCAT commands (chtab, chnode, rpower, etc) helpful in administrating systems at scale, with particular attention paid to large HPC clusters.
|
||||
|
@ -7,9 +7,9 @@ opt/xcat/share/man/man3
|
||||
opt/xcat/share/man/man5
|
||||
opt/xcat/share/man/man8
|
||||
opt/xcat/share/doc/packages/xCAT-client
|
||||
opt/xcat/share/doc/man1
|
||||
opt/xcat/share/doc/man3
|
||||
opt/xcat/share/doc/man5
|
||||
opt/xcat/share/doc/man8
|
||||
#opt/xcat/share/doc/man1
|
||||
#opt/xcat/share/doc/man3
|
||||
#opt/xcat/share/doc/man5
|
||||
#opt/xcat/share/doc/man8
|
||||
opt/xcat/share/doc
|
||||
opt/xcat/share/xcat/rvid
|
||||
|
@ -23,10 +23,20 @@ case "$1" in
|
||||
|
||||
cat << EOF > /etc/profile.d/xcat.sh
|
||||
XCATROOT=/opt/xcat
|
||||
PATH=\$PATH:\$XCATROOT/bin:\$XCATROOT/sbin
|
||||
MANPATH=\$MANPATH:\$XCATROOT/share/man:
|
||||
PATH=\$XCATROOT/bin:\$XCATROOT/sbin:\$PATH
|
||||
MANPATH \$XCATROOT/share/man:\$MANPATH
|
||||
export XCATROOT PATH MANPATH
|
||||
export PERL_BADLANG=0
|
||||
EOF
|
||||
cat << EOF > /etc/profile.d/xcat.csh
|
||||
setenv XCATROOT "/opt/xcat"
|
||||
setenv PATH \${XCATROOT}/bin:\${XCATROOT}/sbin:\${PATH}
|
||||
if !(\$?MANPATH) then
|
||||
setenv MANPATH \${XCATROOT}/share/man:
|
||||
else
|
||||
setenv MANPATH \${XCATROOT}/share/man:\${MANPATH}
|
||||
endif
|
||||
setenv PERL_BADLANG 0
|
||||
EOF
|
||||
|
||||
chmod 755 /etc/profile.d/xcat.*
|
||||
|
@ -30,6 +30,7 @@ opt/xcat/bin/xcatclient opt/xcat/bin/renergy
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/litetree
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/litefile
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/lslite
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/lstree
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/lsflexnode
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/rmflexnode
|
||||
opt/xcat/bin/xcatclient opt/xcat/bin/mkflexnode
|
||||
@ -39,6 +40,7 @@ opt/xcat/bin/xcatclientnnr opt/xcat/bin/swapnodes
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/bin/nodegrpch
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/sbin/tabdump
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/sbin/tabprune
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/sbin/tabch
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/sbin/packimage
|
||||
opt/xcat/bin/xcatclientnnr opt/xcat/sbin/rmimage
|
||||
opt/xcat/bin/xcatclient opt/xcat/sbin/makedns
|
||||
|
Loading…
Reference in New Issue
Block a user