Section similar to storageServer's setupDirs.sh added (#1000)

This commit is contained in:
tomas 2005-05-27 16:19:26 +00:00
parent 4685ab1b5e
commit c02d55a57d

View file

@ -22,7 +22,7 @@
# #
# #
# Author : $Author: tomas $ # Author : $Author: tomas $
# Version : $Revision: 1.3 $ # Version : $Revision: 1.4 $
# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallScheduler.sh,v $ # Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/bin/Attic/postInstallScheduler.sh,v $
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
@ -397,6 +397,19 @@ cat $install_etc/scheduler.xml.template \
> $install_etc/scheduler.xml > $install_etc/scheduler.xml
#-------------------------------------------------------------------------------
# Setup working directories
#-------------------------------------------------------------------------------
echo "Setting up working directories..."
mkdir -p $install_var/storageServer/var/stor/buffer
mkdir -p $install_var/storageServer/var/access
mkdir -p $install_var/storageServer/var/trans
mkdir -p $install_var/archiveServer/var/stor/buffer
mkdir -p $install_var/archiveServer/var/access
mkdir -p $install_var/archiveServer/var/trans
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
# Setup directory permissions # Setup directory permissions
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------