Author: kib
Date: Sun Jun 24 15:22:38 2018
New Revision: 335604
URL: https://svnweb.freebsd.org/changeset/base/335604

Log:
  bhyve/vmrun.sh: make -L functional.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    3 days

Modified:
  head/share/examples/bhyve/vmrun.sh

Modified: head/share/examples/bhyve/vmrun.sh
==============================================================================
--- head/share/examples/bhyve/vmrun.sh  Sun Jun 24 13:26:31 2018        
(r335603)
+++ head/share/examples/bhyve/vmrun.sh  Sun Jun 24 15:22:38 2018        
(r335604)
@@ -134,7 +134,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"
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to