[Bug 545903] Re: Initscript does not enable timesync, misses status option

2015-05-20 Thread pguinardco
EDIT: --- /etc/init.d/open-vm-tools 2015-05-20 09:17:41.825174249 -0600 +++ /etc/init.d/open-vm-tools.fixed 2015-05-20 09:17:31.536821914 -0600 @@ -47,6 +47,9 @@ ${0} stop ${0} start ;; + status) + status_of_proc -p /var/run/vmtoolsd.pid vmtoolsd && e

[Bug 545903] Re: Initscript does not enable timesync, misses status option

2015-05-20 Thread pguinardco
Here is a diff for adding status in current /etc/init.d/open-vm-tools: --- /etc/init.d/open-vm-tools 2015-05-20 09:17:41.825174249 -0600 +++ /etc/init.d/open-vm-tools.fixed 2015-05-20 09:17:31.536821914 -0600 @@ -47,6 +47,9 @@ ${0} stop ${0} start

[Bug 545903] Re: Initscript does not enable timesync, misses status option

2011-06-10 Thread Clint Byrum
Hi! Thanks for the feature request and suggested patch! I've confirmed this doesn't exist on Oneiric still. Marking as Confirmed, priority Wishlist. Also tagging 'patch' and subscribing Ubuntu review team so they can take a closer look at your suggested updates. It would be most useful if you submi