From 9de819a01af48d8ec02cd8dc00f26b4a380a6e80 Mon Sep 17 00:00:00 2001 From: tomas Date: Thu, 26 May 2005 01:50:34 +0000 Subject: [PATCH] The storageAdmin module part added. --- livesupport/bin/copyInstall.sh | 9 +++++++-- livesupport/bin/postInstallScheduler.sh | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/livesupport/bin/copyInstall.sh b/livesupport/bin/copyInstall.sh index 401b95057..d9782131f 100755 --- a/livesupport/bin/copyInstall.sh +++ b/livesupport/bin/copyInstall.sh @@ -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 diff --git a/livesupport/bin/postInstallScheduler.sh b/livesupport/bin/postInstallScheduler.sh index 43cfe59d8..968c6d101 100755 --- a/livesupport/bin/postInstallScheduler.sh +++ b/livesupport/bin/postInstallScheduler.sh @@ -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