Missing the optional default config is not an error
authorkn <kn@openbsd.org>
Mon, 24 Apr 2023 15:12:14 +0000 (15:12 +0000)
committerkn <kn@openbsd.org>
Mon, 24 Apr 2023 15:12:14 +0000 (15:12 +0000)
commit5d39640420b21265c258ed1d79c101e08d9276f4
tree8fba6b24d1ccb1698126600eba7df521655e6cf3
parenta639195ed164f2dcbc3fedd4b1196eba987b76e2
Missing the optional default config is not an error

/var/log/{messages,daemon} logs ENOENT as error on default configless vmd.
Only complain on explicitly passed files and print a debug hint under `-vv'
in case someone forgot to populate their /etc/vm.conf.

OK dv mlarkin
usr.sbin/vmd/parse.y
usr.sbin/vmd/vmd.c