/usr/local/etc/rc.d/gateway6 should REQUIRE NETWORKING instead of netif netif doesn't guarantee network is working, thus, it makes connection fail. Fix: Patch attached with submission follows:
Maintainer of net/gateway6, Please note that PR ports/157876 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157876 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
> Maintainer of net/gateway6, > > Please note that PR ports/157876 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/157876 The PR is okay! Mike
kevlo 2011-06-28 04:52:12 UTC FreeBSD ports repository Modified files: net/gateway6 Makefile net/gateway6/files gateway6.sh.in Log: gateway6 rc script should REQUIRE NETWORKING instead of netif; netif doesn't guarantee network is working, thus, it makes connection fail. PR: ports/157876 Submitted by: Kuan-Chung Chiu <buganini at gmail dot com> Reviewed by: Michael Scholz (maintainer) approved by: Revision Changes Path 1.7 +1 -0 ports/net/gateway6/Makefile 1.6 +2 -2 ports/net/gateway6/files/gateway6.sh.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks.