The storageAdmin module part added.
This commit is contained in:
parent
9109f7d8a6
commit
9de819a01a
2 changed files with 14 additions and 4 deletions
|
@ -21,8 +21,8 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
#
|
||||
# Author : $Author: maroy $
|
||||
# Version : $Revision: 1.6 $
|
||||
# Author : $Author: tomas $
|
||||
# Version : $Revision: 1.7 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/copyInstall.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -111,6 +111,7 @@ install_bin=$installdir/bin
|
|||
install_etc=$installdir/etc
|
||||
install_lib=$installdir/lib
|
||||
install_tmp=$installdir/tmp
|
||||
install_usr=$installdir/usr
|
||||
install_var=$installdir/var
|
||||
|
||||
|
||||
|
@ -124,6 +125,7 @@ mkdir -p $install_bin
|
|||
mkdir -p $install_etc
|
||||
mkdir -p $install_lib
|
||||
mkdir -p $install_tmp
|
||||
mkdir -p $install_usr
|
||||
mkdir -p $install_var
|
||||
|
||||
|
||||
|
@ -145,6 +147,9 @@ cp -pPR $modules_dir/archiveServer/var $install_var/archiveServer
|
|||
mkdir $install_var/htmlUI
|
||||
cp -pPR $modules_dir/htmlUI/var $install_var/htmlUI
|
||||
|
||||
mkdir $install_usr/storageAdmin
|
||||
cp -pPR $modules_dir/storageAdmin/bin $install_usr/storageAdmin
|
||||
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# Copy libraries and related files
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
#
|
||||
# Author : $Author: mash $
|
||||
# Version : $Revision: 1.2 $
|
||||
# Author : $Author: tomas $
|
||||
# Version : $Revision: 1.3 $
|
||||
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallScheduler.sh,v $
|
||||
#-------------------------------------------------------------------------------
|
||||
#-------------------------------------------------------------------------------
|
||||
|
@ -224,6 +224,7 @@ install_bin=$installdir/bin
|
|||
install_etc=$installdir/etc
|
||||
install_lib=$installdir/lib
|
||||
install_tmp=$installdir/tmp
|
||||
install_usr=$installdir/usr
|
||||
install_var=$installdir/var
|
||||
|
||||
|
||||
|
@ -387,6 +388,10 @@ cat $install_var/archiveServer/var/conf.php.template \
|
|||
| sed -e "$replace_sed_string" \
|
||||
> $install_var/archiveServer/var/conf.php
|
||||
|
||||
cat $install_usr/storageAdmin/bin/php/conf.php.template \
|
||||
| sed -e "$replace_sed_string" \
|
||||
> $install_usr/storageAdmin/bin/php/conf.php
|
||||
|
||||
cat $install_etc/scheduler.xml.template \
|
||||
| sed -e "$replace_sed_string" \
|
||||
> $install_etc/scheduler.xml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue