mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
e87a8bd319
Approved by: portmgr blanket
19 lines
606 B
Plaintext
19 lines
606 B
Plaintext
This port installs the Pipelight plugin wrapper for running Silverlight,
|
|
Flash and others. Before enabling Pipelight for your users, run the
|
|
following as root:
|
|
|
|
# pipelight-plugin --create-mozilla-plugins
|
|
|
|
NOTE:
|
|
|
|
For users running with ZFS on root, watching DRM protected content
|
|
requires extensive xattr support. If you run into issues with DRM failing,
|
|
you can use the "pipelight-mkufs" command to create a UFS formatted ZVOL
|
|
mounted on your users ~/.wine-pipelight directory.
|
|
|
|
To create the UFS filesystem
|
|
# pipelight-mkufs <username>
|
|
|
|
To remove the UFS filesystem
|
|
# pipelight-mkufs --delete <username>
|