svn commit: r335698 - stable/11/share/examples/bhyve

Konstantin Belousov kib at FreeBSD.org
Wed Jun 27 07:18:55 UTC 2018


Author: kib
Date: Wed Jun 27 07:18:54 2018
New Revision: 335698
URL: https://svnweb.freebsd.org/changeset/base/335698

Log:
  MFC r335604:
  bhyve/vmrun.sh: make -L functional.

Modified:
  stable/11/share/examples/bhyve/vmrun.sh
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/examples/bhyve/vmrun.sh
==============================================================================
--- stable/11/share/examples/bhyve/vmrun.sh	Wed Jun 27 06:50:24 2018	(r335697)
+++ stable/11/share/examples/bhyve/vmrun.sh	Wed Jun 27 07:18:54 2018	(r335698)
@@ -132,7 +132,7 @@ vncport=${DEFAULT_VNCPORT}
 vncsize=${DEFAULT_VNCSIZE}
 tablet=""
 
-while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:m:n:p:P:t:Tuvw c ; do
+while getopts aAc:C:d:e:Ef:F:g:hH:iI:l:L:m:n:p:P:t:Tuvw c ; do
 	case $c in
 	a)
 		bhyverun_opt="${bhyverun_opt} -a"


More information about the svn-src-all mailing list