Subversion Repositories prayer

Compare Revisions

Ignore whitespace Rev 65 → Rev 66

/branches/lenny/debian/changelog
1,3 → 1,9
prayer (1.2.2.1-6) UNRELEASED; urgency=low
 
* prayer.init: Correctly check for the presence of the executables.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 27 Sep 2008 20:38:40 +0200
 
prayer (1.2.2.1-5a) unstable; urgency=medium
 
* Prevent dh_installman from interpreting the cf in prayer.cf.5 as a
/branches/lenny/debian/prayer.init
19,7 → 19,7
SESSION_PIDFILE=/var/run/prayer/prayer-session.pid
DESC="webmail server"
 
test -x $DAEMON || exit 0
test -x $FRONTEND_DAEMON -a -x $SESSION_DAEMON || exit 0
 
. /lib/lsb/init-functions