Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jan 2016 05:22:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 206753] net/freenet6 rc.d script breaks rcorder and networking
Message-ID:  <bug-206753-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206753

            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@FreeBSD.org
          Reporter: peterj@FreeBSD.org
                CC: edwin@mavetju.org
                CC: edwin@mavetju.org
             Flags: maintainer-feedback?(edwin@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 t=
he
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.

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



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