svn commit: r390307 - in head/sysutils/bhyve-rc: . files
Michael Gmelin
grembo at FreeBSD.org
Mon Jun 22 18:13:25 UTC 2015
Author: grembo
Date: Mon Jun 22 18:13:23 2015
New Revision: 390307
URL: https://svnweb.freebsd.org/changeset/ports/390307
Log:
Fix for newer versions of behyve (-S was removed).
PR: 201044
Submitted by: Denys Razumov <zxzharmlesszxz at gmail.com>
Modified:
head/sysutils/bhyve-rc/Makefile
head/sysutils/bhyve-rc/files/bhyve.in
Modified: head/sysutils/bhyve-rc/Makefile
==============================================================================
--- head/sysutils/bhyve-rc/Makefile Mon Jun 22 17:51:19 2015 (r390306)
+++ head/sysutils/bhyve-rc/Makefile Mon Jun 22 18:13:23 2015 (r390307)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= bhyve-rc
-PORTVERSION= 1
+PORTVERSION= 2
CATEGORIES= sysutils
MASTER_SITES= # none
DISTFILES= # none
Modified: head/sysutils/bhyve-rc/files/bhyve.in
==============================================================================
--- head/sysutils/bhyve-rc/files/bhyve.in Mon Jun 22 17:51:19 2015 (r390306)
+++ head/sysutils/bhyve-rc/files/bhyve.in Mon Jun 22 18:13:23 2015 (r390307)
@@ -141,6 +141,6 @@ bhyve_stop()
rm -f ${pidfile}
}
-command_args="new-session -ds ${_session} \"sh -c 'echo \\\$PPID >${pidfile}; while true; do /usr/sbin/bhyvectl --vm=${_session} --destroy; /usr/sbin/bhyveload -m ${bhyve_memsize} -d ${bhyve_diskdev} ${_session} && /usr/sbin/bhyve -c ${bhyve_ncpu} -m ${bhyve_memsize} -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,${bhyve_tapdev} -s 2:0,virtio-blk,${bhyve_diskdev} -S 31,uart,stdio ${_session} || break; done'\""
+command_args="new-session -ds ${_session} \"sh -c 'echo \\\$PPID >${pidfile}; while true; do /usr/sbin/bhyvectl --vm=${_session} --destroy; /usr/sbin/bhyveload -m ${bhyve_memsize} -d ${bhyve_diskdev} ${_session} && /usr/sbin/bhyve -c ${bhyve_ncpu} -m ${bhyve_memsize} -AI -H -P -g 0 -s 0:0,hostbridge -s 1:0,virtio-net,${bhyve_tapdev} -s 2:0,virtio-blk,${bhyve_diskdev} -s 31,uart,stdio ${_session} || break; done'\""
run_rc_command "$1"
More information about the svn-ports-head
mailing list