From a4c358009dd89183b4124505c694ea7f5fcdbeec Mon Sep 17 00:00:00 2001 From: root Date: Sat, 27 Aug 2011 23:14:39 +0000 Subject: Sat Aug 27 23:14:39 UTC 2011 --- community/courier-mta/esmtpd.rc.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community/courier-mta/esmtpd.rc.d') diff --git a/community/courier-mta/esmtpd.rc.d b/community/courier-mta/esmtpd.rc.d index 951aa3e6e..dbaa9d680 100644 --- a/community/courier-mta/esmtpd.rc.d +++ b/community/courier-mta/esmtpd.rc.d @@ -9,7 +9,7 @@ case "$1" in [ -d /var/run/courier ] || mkdir -p /var/run/courier chown courier:courier /var/run/courier - if [ ! -f /var/run/daemons/authdaemond ]; then + if ck_daemon authdaemond; then echo "ERROR: authdaemond is not running" stat_fail exit 1 -- cgit v1.2.3-54-g00ecf