Bug 157876 - [patch] fix REQUIRE in net/gateway6 's rc.d script
Summary: [patch] fix REQUIRE in net/gateway6 's rc.d script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-14 16:20 UTC by buganini
Modified: 2011-06-28 06:00 UTC (History)
0 users

See Also:


Attachments
file.diff (737 bytes, patch)
2011-06-14 16:20 UTC, buganini
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description buganini 2011-06-14 16:20:09 UTC
/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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-14 16:20:17 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-14 16:20:19 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Michael Scholz 2011-06-14 23:26:20 UTC
> 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
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-28 05:52:20 UTC
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"
Comment 5 Kevin Lo freebsd_committer freebsd_triage 2011-06-28 05:52:36 UTC
State Changed
From-To: feedback->closed

Committed, thanks.