CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/12/12 12:52:10
Modified files:
usr.sbin/vmd : parse.y
Log message:
Make owner value mandatory
Omitting the owner value is not documented and ought to be rather invalid
syntax, but it parses as "[socket] owner root:wheel" which is the same as
simply omitting the owner line entirely.
Require a value, that is treat "socket owner" and "owner" as invalid syntax
and fail.
OK denis
