-updated the build script for xCAT-UI; and modify the backup file name of httpd.conf in xCAT-UI.spec
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
649845721b
commit
7a6df687e7
@ -76,8 +76,8 @@ echo "rpm -Uvh xCAT-$VER-*rpm" >> $RPMDIR/instxcat
|
||||
mv /opt/freeware/src/packages/RPMS/ppc/xCAT-rmc-$VER-*rpm $RPMDIR/
|
||||
echo "rpm -Uvh xCAT-rmc-$VER-*rpm" >> $RPMDIR/instxcat
|
||||
|
||||
./makewebrpm
|
||||
mv /opt/freeware/src/packages/RPMS/noarch/xCAT-web-$VER-*rpm $RPMDIR/
|
||||
./makeuirpm
|
||||
mv /opt/freeware/src/packages/RPMS/noarch/xCAT-UI-$VER-*rpm $RPMDIR/
|
||||
#echo "rpm -Uvh xCAT-web-$VER-*rpm" >> $RPMDIR/instxcat
|
||||
|
||||
#
|
||||
|
@ -152,8 +152,8 @@ fi
|
||||
%else #for AIX
|
||||
# Remove links made during the post install script
|
||||
echo "Undoing IBM HTTP Server configuration for xCAT..."
|
||||
cp /usr/IBM/HTTPServer/conf/httpd.conf.xcat.ui.conf /usr/IBM/HTTPServer/conf/httpd.conf
|
||||
rm -rf /usr/IBM/HTTPServer/conf/httpd.conf.xcat.ui.conf
|
||||
cp /usr/IBM/HTTPServer/conf/httpd.conf.xcat.ui.bak /usr/IBM/HTTPServer/conf/httpd.conf
|
||||
rm -rf /usr/IBM/HTTPServer/conf/httpd.conf.xcat.ui.bak
|
||||
/usr/IBM/HTTPServer/bin/apachectl restart
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user