Subversion Repositories configs

Rev

Rev 4 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 43
Line 4... Line 4...
4
#
4
#
5
# chkconfig: 345 86 24
5
# chkconfig: 345 86 24
6
# description: The Zarafa Spooler is responsible for converting \
6
# description: The Zarafa Spooler is responsible for converting \
7
#              MAPI messages to the internet format and sending \
7
#              MAPI messages to the internet format and sending \
8
#              using your MTA as configured.
8
#              using your MTA as configured.
9
# processname: /usr/bin/zarafa-spooler
9
# processname: /usr/sbin/zarafa-spooler
10
# config: /etc/zarafa/spooler.cfg
10
# config: /etc/zarafa/spooler.cfg
11
# pidfile: /var/run/zarafa-spooler.pid
11
# pidfile: /var/run/zarafa-spooler.pid
12
 
12
 
13
### BEGIN INIT INFO
13
### BEGIN INIT INFO
14
# Provides: zarafa-spooler
14
# Provides: zarafa-spooler
Line 21... Line 21...
21
#              MAPI messages to the internet format and sending
21
#              MAPI messages to the internet format and sending
22
#              using your MTA as configured.
22
#              using your MTA as configured.
23
### END INIT INFO
23
### END INIT INFO
24
 
24
 
25
SPOOLERCONFIG=/etc/zarafa/spooler.cfg
25
SPOOLERCONFIG=/etc/zarafa/spooler.cfg
26
SPOOLERPROGRAM=/usr/bin/zarafa-spooler
26
SPOOLERPROGRAM=/usr/sbin/zarafa-spooler
27
 
27
 
28
# Sanity checks.
28
# Sanity checks.
29
[ -x $SPOOLERPROGRAM ] || exit 0
29
[ -x $SPOOLERPROGRAM ] || exit 0
30
 
30
 
31
SPOOLERCONFIG_OPT=""
31
SPOOLERCONFIG_OPT=""