mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
cf87cd5415
- drop legacy CUSE4BSD support - bump PORTREVISION Reported by: jbeich Approved by: maintainer (hselasky, upfront)
32 lines
554 B
Plaintext
32 lines
554 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
1) webcamd requires the cuse(3) kernel module.
|
|
Please load this dependency by doing:
|
|
|
|
# kldload cuse
|
|
|
|
or by adding
|
|
|
|
cuse_load="YES"
|
|
|
|
to your /boot/loader.conf
|
|
|
|
2) add webcamd_enable="YES"
|
|
|
|
to your /etc/rc.conf
|
|
|
|
3) Please restart devd to start webcamd
|
|
|
|
# service devd restart
|
|
|
|
4) Optionally add a user to the "webcamd" group
|
|
|
|
# pw groupmod webcamd -m <username>
|
|
|
|
5) If webcamd still did not start, consult the installed webcamd rc.d
|
|
script for more help and instructions on how to start webcamd.
|
|
EOM
|
|
}
|
|
]
|