[Bug 292011] sysutils/bvm: update to 1.4.0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292011] [Update] sysutils/bvm: update to 1.4.0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 01 Jan 2026 01:41:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292011
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |vvd@FreeBSD.org
--- Comment #1 from Vladimir Druzenko <vvd@FreeBSD.org> ---
My suggestion:
do-install:
${MKDIR} ${STAGEDIR}${ETCDIR}/templates
.for _CONF in bvm.conf dhcp.conf nat.conf switch.conf \
templates/freebsd.conf templates/linux.conf templates/windows.conf
${INSTALL_DATA} ${WRKSRC}/conf/${_CONF}
${STAGEDIR}${ETCDIR}/${_CONF}.sample
.endfor
${INSTALL_SCRIPT} ${WRKSRC}/conf/bvmd ${STAGEDIR}${PREFIX}/etc/rc.d
${INSTALL_PROGRAM} ${WRKSRC}/src/bvm \
${WRKSRC}/src/bvmb \
${WRKSRC}/src/bvmdhcp ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/bvm.8 ${STAGEDIR}${PREFIX}/share/man/man8
--
You are receiving this mail because:
You are the assignee for the bug.