git: fe8c21f976a6 - main - multimedia/webcamd: Improve pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 11:11:31 UTC
The branch main has been updated by arrowd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=fe8c21f976a627265b5718c50a0e41d4205d5b0d
commit fe8c21f976a627265b5718c50a0e41d4205d5b0d
Author: Alexander Ziaee <concussious.bugzilla@runbox.com>
AuthorDate: 2024-10-06 10:23:22 +0000
Commit: Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-10-06 11:11:27 +0000
multimedia/webcamd: Improve pkg-message
+ Recommend enabling webcamd with sysrc
+ Clarify groups usage
Differential Revision: https://reviews.freebsd.org/D46962
Reviewed by: arrowd
---
multimedia/webcamd/pkg-message | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/multimedia/webcamd/pkg-message b/multimedia/webcamd/pkg-message
index b0d991ef8a13..de80ab88e4ab 100644
--- a/multimedia/webcamd/pkg-message
+++ b/multimedia/webcamd/pkg-message
@@ -1,15 +1,15 @@
[
{ type: install
message: <<EOM
-1) add webcamd_enable="YES"
+1) To start webcamd(8) automatically at system startup:
-to your /etc/rc.conf
+ # sysrc webcamd_enable=YES
-2) Please restart devd to start webcamd
+2) Please restart devd(8) to start webcamd(8):
# service devd restart
-3) Optionally add a user to the "webcamd" group
+3) Users requiring webcamd must be members of the "webcamd" group:
# pw groupmod webcamd -m <username>