Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

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

Rev 3 Rev 22
Line 12... Line 12...
12
# Description:       Lets users change passwords, manage filters and other things not supported by IMAP itself
12
# Description:       Lets users change passwords, manage filters and other things not supported by IMAP itself
13
### END INIT INFO
13
### END INIT INFO
14
14
15
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
15
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
16
DAEMON=/usr/sbin/prayer-accountd
16
DAEMON=/usr/sbin/prayer-accountd
17
PIDFILE=/var/run/prayer/accountd.pid
17
PIDFILE=/var/run/prayer-accountd.pid
18
DESC="Prayer account helper server"
18
DESC="Prayer account helper server"
19
19
20
test -x $DAEMON || exit 0
20
test -x $DAEMON || exit 0
21
21
22
egrep -iq "^[[:space:]]*accountd_port[[:space:]]*=[[:space:]]*[[:digit:]]+[[:space:]]*$" /etc/prayer/accountd.cf || exit 0
22
egrep -iq "^[[:space:]]*accountd_port[[:space:]]*=[[:space:]]*[[:digit:]]+[[:space:]]*$" /etc/prayer/accountd.cf || exit 0