View | Details | Raw Unified | Return to bug 273542 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-p2p/prowlarr/files/prowlarr.in (-2 lines)
Lines 43-49 start_precmd=${name}_precmd Link Here
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
43
    # .NET 6+ use dual mode sockets to avoid the separate AF handling.
44
    # disable .NET use of V6 if no ipv6 is configured.
44
    # disable .NET use of V6 if no ipv6 is configured.
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
45
    # See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259194#c17
46
    # Later version by Keith Chiem through email
47
    ifconfig -a -u -G lo | grep -q inet6
46
    ifconfig -a -u -G lo | grep -q inet6
48
    if [ $? == 1 ]; then
47
    if [ $? == 1 ]; then
49
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
48
        export DOTNET_SYSTEM_NET_DISABLEIPV6=1
50
- 

Return to bug 273542