ports/devel/libvirt/files/pkg-message.in
Roman Bogorodskiy 0c32f039a3 devel/libvirt: update to 1.3.5
- update to 1.3.5
 - drop the *.syms file as it's properly included in the tarball now
 - drop some --without-* flags from CONFIGURE_ARGS for those which feature
   probing improved upstream (so we don't have Linux specific features
   automatically enabled)
 - add a link to the official documentation for bhyve users
2016-06-08 04:10:48 +00:00

27 lines
806 B
Text

To enable libvirtd please add libvirtd_enable="YES" to
/etc/rc.conf.
NOTE ON CONFIGURATION:
The libvirt port does not come with networking configuration enabled.
The 'default' network definition is available at:
%%EXAMPLESDIR%%/networks/default.xml
To enable this network please do the following:
cp %%EXAMPLESDIR%%/networks/default.xml %%ETCDIR%%/qemu/networks
To configure this network for autostart, execute the following:
ln -s ../default.xml %%ETCDIR%%/qemu/networks/autostart/default.xml
If you have libvirtd already running you'll need to restart it for changes
to take effect.
%%BHYVE%%
%%BHYVE%%For more details on using libvirt with bhyve please refer to:
%%BHYVE%% %%DOCSDIR%%%%PORTVERSION%%/html/drvbhyve.html
%%BHYVE%% or:
%%BHYVE%% http://libvirt.org/drvbhyve.html
%%BHYVE%%