Excerpts from Serge Hallyn's message of Thu Oct 20 13:40:04 UTC 2011:
> @Clint,
> 
> Note that I don't see any other upstart jobs (ssh, libvirt-bin, etc)
> doing this.
> 
> For cgroup-bin, just to make sure I'm understanding right, should it do
> 'stop; exit 0;' if the binary is not found?

Err, are you sure ssh doesn't do it?

    test -x /usr/sbin/sshd || { stop; exit 0; }


Thats the first line of the pre-start of ssh.conf. Should do a similar
thing with cgconfigparser.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875525

Title:
  cgroup-bin upstart job does not handle the package being removed but
  not purged properly

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libcgroup/+bug/875525/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to