[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
;;
+   status)
+   status_of_proc -p /var/run/vmtoolsd.pid  exit 0 || exit $?
+   ;;
*)
log_success_msg Usage: ${0} {start|stop|restart|force-reload}
exit 1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/545903

Title:
  Initscript does not enable timesync, misses status option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/545903/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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  exit 0 || exit $?
+ ;;
*)
log_success_msg Usage: ${0} {start|stop|restart|force-reload}
exit 1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/545903

Title:
  Initscript does not enable timesync, misses status option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/545903/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 submitted it as a merge proposal or debdiff:

https://wiki.ubuntu.com/PackagingGuide/Complete#Creating a Debdiff

** Changed in: open-vm-tools (Ubuntu)
   Status: New = Confirmed

** Changed in: open-vm-tools (Ubuntu)
   Importance: Undecided = Wishlist

** Changed in: open-vm-tools (Ubuntu)
 Assignee: Ubuntu Virtualisation team (ubuntu-virt) = (unassigned)

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-vm-tools in Ubuntu.
https://bugs.launchpad.net/bugs/545903

Title:
  Initscript does not enable timesync, misses status option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/545903/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs