summaryrefslogtreecommitdiff
path: root/community/courier-mta/courier-mta.rc.d
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-27 23:14:39 +0000
committerroot <root@rshg054.dnsready.net>2011-08-27 23:14:39 +0000
commita4c358009dd89183b4124505c694ea7f5fcdbeec (patch)
tree2b157b1e89ca7df45bd35f6a72c39b26af558827 /community/courier-mta/courier-mta.rc.d
parentd7d02f7c02a5c761e8a64df49598ae976640e450 (diff)
Sat Aug 27 23:14:39 UTC 2011
Diffstat (limited to 'community/courier-mta/courier-mta.rc.d')
-rw-r--r--community/courier-mta/courier-mta.rc.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/courier-mta/courier-mta.rc.d b/community/courier-mta/courier-mta.rc.d
index 6c5fbc914..416946a5a 100644
--- a/community/courier-mta/courier-mta.rc.d
+++ b/community/courier-mta/courier-mta.rc.d
@@ -18,7 +18,7 @@ case "$1" in
/etc/rc.d/authdaemond start
sleep ${AUTO_AUTHDAEMON_LAG}
fi
- if [ ! -f /var/run/daemons/authdaemond ]; then
+ if ck_daemon authdaemond; then
echo "ERROR: authdaemond is not running"
stat_fail
exit 1