1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

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:
This commit is contained in:
Kevin Lo 2011-06-28 04:52:12 +00:00
parent 85600472a2
commit c58387aed3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276550
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= gateway6
PORTVERSION= 6.0
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://go6.net/4105/file.asp?file_id=166&foo=/
MASTER_SITES+= http://go6.net/4105/file.asp?file_id=166&

View File

@ -5,7 +5,7 @@
#
# PROVIDE: gateway6
# REQUIRE: FILESYSTEMS netif
# REQUIRE: FILESYSTEMS NETWORKING
# KEYWORD: shutdown
#