--- fam.orig 2011-05-03 17:06:54.000000000 +0200 +++ fam 2011-05-03 17:09:54.000000000 +0200 @@ -9,7 +9,7 @@ #Check for running portmap, start when not running ck_daemon rpcbind && /etc/rc.d/rpcbind start stat_busy "Starting File Alteration Monitor" - if [ ! -f /var/run/daemons/rpcbind ]; then + if ck_daemon rpcbind; then stat_fail echo "ERROR: rpcbind is not running" exit 1