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"
_______________________________________________
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