$ diff -sup /etc/init.d/deltacloud-core.orig /etc/init.d/deltacloud-core
--- deltacloud-core.orig 2011-09-09 20:41:51.307087246 -0400
+++ /etc/init.d/deltacloud-core 2011-09-09 20:41:31.760082220 -0400
@@ -89,7 +89,7 @@ case "$1" in
restart
;;
status)
- status $PROG
+ status -p $PIDFILE $PROG
retval=$?
;;
*)-Mo
