Subversion Repositories configs

Rev

Rev 23 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23 Rev 59
Line 6... Line 6...
6
PATH=$PATH:/sbin:/usr/local/sbin:/usr/sbin
6
PATH=$PATH:/sbin:/usr/local/sbin:/usr/sbin
7
 
7
 
8
# The ZARAFA_USER variable from the server will always be in UTF-8
8
# The ZARAFA_USER variable from the server will always be in UTF-8
9
# format.  The --utf8 option must be set before this value is used,
9
# format.  The --utf8 option must be set before this value is used,
10
# since the current locale isn't necessarily UTF-8.
10
# since the current locale isn't necessarily UTF-8.
11
zarafa-admin --utf8 --create-store "${ZARAFA_USER}" --lang "${ZARAFA_LANG}"
11
zarafa-admin -v --utf8 --create-store "${ZARAFA_USER}" --lang "${ZARAFA_LANG}"