summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2011-06-28 04:52:12 +0000
committerkevlo <kevlo@FreeBSD.org>2011-06-28 04:52:12 +0000
commitfa8d9b198ec64334e9716935b4a73005ad4eb521 (patch)
tree859b8843cc3b9bb436260dd7121f8cc729c967f2
parentcee5bf980c0e57387e3bd4f2d450faa9b949ba8d (diff)
downloadFreeBSD-ports-fa8d9b198ec64334e9716935b4a73005ad4eb521.zip
FreeBSD-ports-fa8d9b198ec64334e9716935b4a73005ad4eb521.tar.gz
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:
-rw-r--r--net/gateway6/Makefile1
-rw-r--r--net/gateway6/files/gateway6.sh.in2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/gateway6/Makefile b/net/gateway6/Makefile
index 8da28e3..34b3cf8 100644
--- a/net/gateway6/Makefile
+++ b/net/gateway6/Makefile
@@ -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&
diff --git a/net/gateway6/files/gateway6.sh.in b/net/gateway6/files/gateway6.sh.in
index 817b940..1651210 100644
--- a/net/gateway6/files/gateway6.sh.in
+++ b/net/gateway6/files/gateway6.sh.in
@@ -5,7 +5,7 @@
#
# PROVIDE: gateway6
-# REQUIRE: FILESYSTEMS netif
+# REQUIRE: FILESYSTEMS NETWORKING
# KEYWORD: shutdown
#
OpenPOWER on IntegriCloud