I can just test and ack, even if I had signed the apache CLA i don't have the commit rights. You might ask clalance that have commit rights or wait tomorrow and michal ill commit it.
On Sun, Sep 11, 2011 at 5:54 PM, Mo Morsi <[email protected]> wrote: > On 09/10/2011 06:36 PM, Francesco Vollero wrote: >> >> Ack'd >> >> On Sat, Sep 10, 2011 at 2:48 AM, Mo Morsi<[email protected]> wrote: >>> >>> 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 >>> > > Could you please push, I don't believe I have commit rights (though I > wouldn't mind having this as well, I already signed the apache CLA) > > Thank you, > -Mo >
