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 3... Line 3...
3
# zarafa-ical Zarafa Collaboration Platoform's iCal Gateway
3
# zarafa-ical Zarafa Collaboration Platoform's iCal Gateway
4
#
4
#
5
# chkconfig: 345 86 24
5
# chkconfig: 345 86 24
6
# description: The Zarafa iCal Gateway allows users \
6
# description: The Zarafa iCal Gateway allows users \
7
#              to access their calender using the iCal or CalDAV protocol.
7
#              to access their calender using the iCal or CalDAV protocol.
8
# processname: /usr/bin/zarafa-ical
8
# processname: /usr/sbin/zarafa-ical
9
# config: /etc/zarafa/ical.cfg
9
# config: /etc/zarafa/ical.cfg
10
# pidfile: /var/run/zarafa-ical.pid
10
# pidfile: /var/run/zarafa-ical.pid
11
 
11
 
12
### BEGIN INIT INFO
12
### BEGIN INIT INFO
13
# Provides: zarafa-ical
13
# Provides: zarafa-ical
Line 19... Line 19...
19
# Description: The Zarafa iCal Gateway allows users
19
# Description: The Zarafa iCal Gateway allows users
20
#              to access their calender using the iCal or CalDAV protocol.
20
#              to access their calender using the iCal or CalDAV protocol.
21
### END INIT INFO
21
### END INIT INFO
22
 
22
 
23
ICALCONFIG=/etc/zarafa/ical.cfg
23
ICALCONFIG=/etc/zarafa/ical.cfg
24
ICALPROGRAM=/usr/bin/zarafa-ical
24
ICALPROGRAM=/usr/sbin/zarafa-ical
25
 
25
 
26
# Sanity checks.
26
# Sanity checks.
27
[ -x $ICALPROGRAM ] || exit 0
27
[ -x $ICALPROGRAM ] || exit 0
28
 
28
 
29
ICALCONFIG_OPT=""
29
ICALCONFIG_OPT=""