CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 09:11:32
Modified files:
usr.sbin/vmd : Makefile config.c vmd.c vmd.h
Added files:
usr.sbin/vmd : parse.y vm.conf.5
Log message:
Add support for an optional vm.conf(5) file in vmd. This will replace
vmm.conf(5) in vmmctl. For a short time, both vmd and vmmctl will
support a configuration file, but vmmctl will be changed to send
"load" requests to vmd instead of loading and parsing the file
directly.
