mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
6fdb0f378f
- Stagify. - Use new LIB_DEPENDS syntax. - Switch to USES= tar:bzip2. Submitted by: hselasky (maintainer) [1] Approved by: hselasky (maintainer)
26 lines
525 B
Plaintext
26 lines
525 B
Plaintext
*********************************************************************
|
|
1) webcamd requires the cuse4bsd kernel module, please load this
|
|
by doing
|
|
|
|
# kldload cuse4bsd
|
|
|
|
or adding
|
|
|
|
cuse4bsd_load="YES"
|
|
|
|
to your /boot/loader.conf.
|
|
|
|
2) add webcamd_enable="YES"
|
|
|
|
to your /etc/rc.conf
|
|
|
|
3) Please restart devd as the configuration changed
|
|
|
|
# service devd restart
|
|
|
|
4) Optionally add a user to the "webcamd" group
|
|
|
|
# pw groupmod webcamd -m <username>
|
|
|
|
*********************************************************************
|