[Bug 221684] Syntax error in uwsgi rc - script

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Aug 21 09:22:59 UTC 2017


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

            Bug ID: 221684
           Summary: Syntax error in uwsgi rc - script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: blackmore at pichove.org

There is a syntax error in the /usr/local/etc/rc.d/uwsgi rc-script that makes
the service interface of uwsgi unusable

Line 90:
eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}

when it should be
eval uwsgi_socket_mode=\${uwsgi_${profile}_socket_mode:-${uwsgi_socket_mode}}

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


More information about the freebsd-ports-bugs mailing list