Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2026 09:11:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 297138] security/suricata suricata.in rc file contains assignment to $suricata_user
Message-ID:  <bug-297138-7788@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=297138

            Bug ID: 297138
           Summary: security/suricata suricata.in rc file contains
                    assignment to $suricata_user
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: jeroen.pulles@gmail.com
             Flags: maintainer-feedback?(bofh@freebsd.org)
          Assignee: bofh@freebsd.org

Running the suricata service script gives extra output:

/usr/local/etc/rc.d/suricata: =root: not found

See latest suricata.in change in
https://cgit.freebsd.org/ports/commit/?id=b0a78ab23c58e5657aeb67e12b69035e08deb008

I'm assuming that 

+$suricata_user=${suricata_user:-"root"}

should have been

+suricata_user=${suricata_user:-"root"}

without the dollar prefix.

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

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-297138-7788>