[Bug 295677] multimedia/webcamd Allow starting with -c for loopback virtual camera

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 29 May 2026 02:41:55 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295677

            Bug ID: 295677
           Summary: multimedia/webcamd Allow starting with -c for loopback
                    virtual camera
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: me@kuon.ch

At present, the startup script will not allow this:


webcamd_flags="-c v4l2loopback"


The fix is simple, we should allow -c in the check for valid flags:


    if [ ! "$(webcamd_grep_instance_flags '-d|-D|-N|-S|-c')" ]; then

-- 
You are receiving this mail because:
You are the assignee for the bug.