[Bug 206753] net/freenet6 rc.d script breaks rcorder and networking

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jan 30 05:22:21 UTC 2016


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

            Bug ID: 206753
           Summary: net/freenet6 rc.d script breaks rcorder and networking
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: peterj at FreeBSD.org
                CC: edwin at mavetju.org
                CC: edwin at mavetju.org
             Flags: maintainer-feedback?(edwin at mavetju.org)

net/freenet6 installs a rc.d file containing:
# PROVIDE: freenet6
# REQUIRE: NETWORKING netif named
# BEFORE: ip6addrctl
# KEYWORD: shutdown

There are two problems with this:
1) named is no longer part of FreeBSD base so it is ignored unless one of the
bind ports is installed.
2) /etc/rc.d/ip6addrctl contains
# PROVIDE: ip6addrctl
# REQUIRE: FILESYSTEMS
# BEFORE: netif
# KEYWORD: nojail

This creates circular dependencies on most of the networking-related rc.d
files, causing a variety of misbehaviours.

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


More information about the freebsd-ports-bugs mailing list