Hi, the patch in bugreport was reversed of course :(. The correct patch attached. Cheers -- Zito
--- /usr/lib/ocf/resource.d/heartbeat/Pure-FTPd~ 2013-01-06 23:50:54.000000000 +0100
+++ /usr/lib/ocf/resource.d/heartbeat/Pure-FTPd 2013-05-11 22:53:36.294700215 +0200
@@ -206,6 +206,9 @@
exit $OCF_ERR_ARGS
fi
+piddir=${OCF_RESKEY_pidfile%/*}
+[ -e "$piddir" ] || mkdir "$piddir"
+
case $1 in
start) PureFTPd_start
;;

