Subversion Repositories configs

Rev

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

Rev 23 Rev 43
Line 4... Line 4...
4
#
4
#
5
# chkconfig: 345 84 24
5
# chkconfig: 345 84 24
6
# description: This package adds a licensing daemon to the Zarafa Collaboration \
6
# description: This package adds a licensing daemon to the Zarafa Collaboration \
7
#              Platform. This daemon is needed to run propietary add-ons, like the \
7
#              Platform. This daemon is needed to run propietary add-ons, like the \
8
#              Microsoft Outlook client.
8
#              Microsoft Outlook client.
9
# processname: /usr/bin/zarafa-licensed
9
# processname: /usr/sbin/zarafa-licensed
10
# config: /etc/zarafa/licensed.cfg
10
# config: /etc/zarafa/licensed.cfg
11
# pidfile: /var/run/zarafa-licensed.pid
11
# pidfile: /var/run/zarafa-licensed.pid
12
 
12
 
13
### BEGIN INIT INFO
13
### BEGIN INIT INFO
14
# Provides: zarafa-licensed
14
# Provides: zarafa-licensed
Line 21... Line 21...
21
#              Platform. This daemon is needed to run propietary add-ons, like the
21
#              Platform. This daemon is needed to run propietary add-ons, like the
22
#              Microsoft Outlook client.
22
#              Microsoft Outlook client.
23
### END INIT INFO
23
### END INIT INFO
24
 
24
 
25
LICENSEDCONFIG=/etc/zarafa/licensed.cfg
25
LICENSEDCONFIG=/etc/zarafa/licensed.cfg
26
LICENSEDPROGRAM=/usr/bin/zarafa-licensed
26
LICENSEDPROGRAM=/usr/sbin/zarafa-licensed
27
 
27
 
28
# Sanity checks.
28
# Sanity checks.
29
[ -x $LICENSEDPROGRAM ] || exit 0
29
[ -x $LICENSEDPROGRAM ] || exit 0
30
 
30
 
31
LICENSEDCONFIG_OPT=""
31
LICENSEDCONFIG_OPT=""