From c02d55a57dbe886f8d7a0a7b65e8b7e2608b0d57 Mon Sep 17 00:00:00 2001 From: tomas Date: Fri, 27 May 2005 16:19:26 +0000 Subject: [PATCH] Section similar to storageServer's setupDirs.sh added (#1000) --- livesupport/bin/postInstallScheduler.sh | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/livesupport/bin/postInstallScheduler.sh b/livesupport/bin/postInstallScheduler.sh index 968c6d101..7309258f1 100755 --- a/livesupport/bin/postInstallScheduler.sh +++ b/livesupport/bin/postInstallScheduler.sh @@ -22,7 +22,7 @@ # # # Author : $Author: tomas $ -# Version : $Revision: 1.3 $ +# Version : $Revision: 1.4 $ # 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 +#------------------------------------------------------------------------------- +# 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 #-------------------------------------------------------------------------------