Commit c16111db authored by Marco Mariani's avatar Marco Mariani

create further directories under zimbra-home/

parent ffb19988
......@@ -324,7 +324,7 @@ zimbra-home = ${buildout:directory}/zimbra-home
[zimbra-unpack-store]
[zimbra-deploy-store]
# extract binaries and scripts from the .deb packages
recipe = cp.recipe.cmd
# required to source .bashrc
......@@ -361,6 +361,7 @@ install_cmd =
ln -sf jetty-distribution-* mailboxd
mkdir -p zimlets-deployed
mkdir -p log # only provided with zimbra-store
mkdir -p data/tmp
chmod 1777 data/tmp
mkdir backup ssl .ssh zmstat
......@@ -370,7 +371,7 @@ install_cmd =
[zimbra-unpack-ldap]
[zimbra-deploy-ldap]
# extract binaries and scripts from the .deb packages
recipe = cp.recipe.cmd
# required to source .bashrc
......@@ -406,8 +407,10 @@ install_cmd =
ln -sf tcmalloc-* tcmalloc
mkdir -p zimlets-deployed
mkdir -p log # only provided with zimbra-store
mkdir -p data/tmp
chmod 1777 data/tmp
mkdir backup ssl .ssh zmstat
mkdir -p data/ldap/config
mkdir -p data/ldap/mdb/db
......@@ -420,7 +423,7 @@ install_cmd =
[zimbra-unpack-mta]
[zimbra-deploy-mta]
# extract binaries and scripts from the .deb packages
recipe = cp.recipe.cmd
# required to source .bashrc
......@@ -472,6 +475,7 @@ install_cmd =
mkdir -p conf/sa
mkdir -p zimlets-deployed
mkdir -p log # only provided with zimbra-store
mkdir -p data/tmp
chmod 1777 data/tmp
touch ${:ZIMBRA_HOME}/postfix/conf/main.cf
......@@ -505,7 +509,7 @@ install_cmd =
[zimbra-unpack-all]
[zimbra-deploy-all]
# extract binaries and scripts from the .deb packages
recipe = cp.recipe.cmd
# required to source .bashrc
......@@ -562,6 +566,7 @@ install_cmd =
mkdir -p conf/sa
mkdir -p zimlets-deployed
mkdir -p log # only provided with zimbra-store
mkdir -p data/tmp
chmod 1777 data/tmp
touch ${:ZIMBRA_HOME}/postfix/conf/main.cf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment