opnsense-ports/multimedia/webcamd/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

31 lines
759 B
Text

*********************************************************************
1) webcamd requires the cuse4bsd or cuse kernel module, depending on
how webcamd was compiled. Please load this dependency by doing:
# kldload cuse4bsd
or
# kldload cuse
or by adding
cuse4bsd_load="YES"
or
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.
*********************************************************************