ffae296d3e
- Import much improved rc.d script - check the script at (usually) /usr/local/etc/rc.d/webcamd for configuration info. [2] - Some Makefile cleanups, pet portlint. Submitted by: hselasky (maintainer) [1], dreamcat4@gmail.com [2] PR: 191781 [2]
31 lines
759 B
Text
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.
|
|
*********************************************************************
|