[Bug 271269] net/rabbitmq unresolved PATH in rc script

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 05 May 2023 22:34:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271269

            Bug ID: 271269
           Summary: net/rabbitmq unresolved PATH in rc script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: erlang@FreeBSD.org
          Reporter: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(erlang@FreeBSD.org)
          Assignee: erlang@FreeBSD.org

Script rc.d/rabbitmq contains this line:
export PATH=/usr/local/lib/%%ERLANG_LIB%%/bin:$PATH

I think it should be resolved when the packages is built to something like this
export PATH=/usr/local/lib/erlang25/bin:$PATH

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