ports/157876: [patch] fix REQUIRE in net/gateway6 's rc.d script

Kuan-Chung Chiu buganini at gmail.com
Tue Jun 14 15:20:10 UTC 2011


>Number:         157876
>Category:       ports
>Synopsis:       [patch] fix REQUIRE in net/gateway6 's rc.d script
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 14 15:20:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Kuan-Chung Chiu
>Release:        9.0-CURRENT
>Organization:
N/A
>Environment:
FreeBSD Elizabeth.twbbs.org 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r223062M: Tue Jun 14 12:34:20 CST 2011     root at Elizabeth.twbbs.org:/usr/obj/usr/src/sys/ELIZABETH  amd64

>Description:
/usr/local/etc/rc.d/gateway6 should REQUIRE NETWORKING instead of netif
netif doesn't guarantee network is working, thus, it makes connection fail.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN gateway6.orig/Makefile gateway6/Makefile
--- gateway6.orig/Makefile	2011-06-14 23:01:43.000000000 +0800
+++ gateway6/Makefile	2011-06-14 23:06:57.000000000 +0800
@@ -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 -ruN gateway6.orig/files/gateway6.sh.in gateway6/files/gateway6.sh.in
--- gateway6.orig/files/gateway6.sh.in	2011-06-14 23:01:43.000000000 +0800
+++ gateway6/files/gateway6.sh.in	2011-06-14 23:02:01.000000000 +0800
@@ -5,7 +5,7 @@
 
 #
 # PROVIDE: gateway6
-# REQUIRE: FILESYSTEMS netif
+# REQUIRE: FILESYSTEMS NETWORKING
 # KEYWORD: shutdown
 #
 


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list