Currently running 'service deltacloud-core status' fails to report the status of the service as the following fix is needed to the init script:

$ 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

Reply via email to