Explicitly call "/etc/rc.d/vmd stop". This issues graceful shutdown commands
authorsthen <sthen@openbsd.org>
Wed, 11 Jul 2018 21:49:37 +0000 (21:49 +0000)
committersthen <sthen@openbsd.org>
Wed, 11 Jul 2018 21:49:37 +0000 (21:49 +0000)
commit84a736751c9aed1852a13bcc6dd2021e5c4467aa
treedd0c30757cf19a3a073bbfb8e3a8dcc733915df7
parenteab0cc3b9d6f71eb74d0fb0bc75cf0fbc4646bc1
Explicitly call "/etc/rc.d/vmd stop". This issues graceful shutdown commands
to running VMs (at least for OpenBSD ones), but the stop routine for system
daemons is not usually called at shutdown.

Earlier version with just "vmd stop" ok reyk@ kn@, ajacoutot@ reminded me
to hide the contextless "vmd(ok)" text which looks bad, I did so and wrapped
it with a "stopping VMs" message (it can take some time, especially when you
have multiple VMs, so better to have some clear feedback).
etc/rc