From mike@fth-devel.net  Fri Oct  5 22:29:03 2007
Return-Path: <mike@fth-devel.net>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id CC10D16A476
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Oct 2007 22:29:03 +0000 (UTC)
	(envelope-from mike@fth-devel.net)
Received: from mail-in-08.arcor-online.net (mail-in-08.arcor-online.net [151.189.21.48])
	by mx1.freebsd.org (Postfix) with ESMTP id 824B813C480
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  5 Oct 2007 22:29:03 +0000 (UTC)
	(envelope-from mike@fth-devel.net)
Received: from mail-in-06-z2.arcor-online.net (mail-in-06-z2.arcor-online.net [151.189.8.18])
	by mail-in-08.arcor-online.net (Postfix) with ESMTP id 9B68127B991
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Oct 2007 00:29:02 +0200 (CEST)
Received: from mail-in-16.arcor-online.net (mail-in-16.arcor-online.net [151.189.21.56])
	by mail-in-06-z2.arcor-online.net (Postfix) with ESMTP id 90BEE5BF30
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Oct 2007 00:29:02 +0200 (CEST)
Received: from mail.fth-devel.net (dslb-088-067-034-043.pools.arcor-ip.net [88.67.34.43])
	by mail-in-16.arcor-online.net (Postfix) with ESMTP id 6ABC71A35CF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  6 Oct 2007 00:28:57 +0200 (CEST)
Received: from pumpkin.fth-devel.net (localhost [127.0.0.1])
	by mail.fth-devel.net (8.13.8/8.13.8) with ESMTP id l95MSe8O040330
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 6 Oct 2007 00:28:40 +0200 (CEST)
	(envelope-from mike@pumpkin.fth-devel.net)
Received: (from mike@localhost)
	by pumpkin.fth-devel.net (8.13.8/8.13.8/Submit) id l95MSe60040329;
	Sat, 6 Oct 2007 00:28:40 +0200 (CEST)
	(envelope-from mike)
Message-Id: <200710052228.l95MSe60040329@pumpkin.fth-devel.net>
Date: Sat, 6 Oct 2007 00:28:40 +0200 (CEST)
From: Michael Scholz <mike@fth-devel.net>
Reply-To: Michael Scholz <mike@fth-devel.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [maintainer update] net/gateway6: Remove of BEFORE tag from gateway6.sh.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         116958
>Category:       ports
>Synopsis:       [maintainer update] net/gateway6: Remove of BEFORE tag from gateway6.sh.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    stefan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 22:30:07 GMT 2007
>Closed-Date:    Sat Oct 06 11:34:58 GMT 2007
>Last-Modified:  Sat Oct  6 11:40:02 GMT 2007
>Originator:     Michael Scholz
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
>Environment:
System: FreeBSD pumpkin.fth-devel.net 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #1: Thu Oct 4 17:26:15 CEST 2007 root@pumpkin.fth-devel.net:/usr/obj/usr/src/sys/PUMPKIN i386
>Description:
Gw6c hangs on start up so I removed the line
	BEFORE: ip6addrctl
from the RC start up script.
>How-To-Repeat:
>Fix:
diff -c /usr/ports/net/gateway6/files/gateway6.sh.in.orig /usr/ports/net/gateway6/files/gateway6.sh.in
--- /usr/ports/net/gateway6/files/gateway6.sh.in.orig	Sat Sep  8 01:29:56 2007
+++ /usr/ports/net/gateway6/files/gateway6.sh.in	Fri Oct  5 21:58:01 2007
@@ -6,6 +6,5 @@
 #
 # PROVIDE: gateway6
 # REQUIRE: FILESYSTEMS netif
-# BEFORE: ip6addrctl
 # KEYWORD: shutdown
 #

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->stefan 
Responsible-Changed-By: stefan 
Responsible-Changed-When: Sat Oct 6 11:27:57 UTC 2007 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116958 
State-Changed-From-To: open->closed 
State-Changed-By: stefan 
State-Changed-When: Sat Oct 6 11:34:42 UTC 2007 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=116958 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116958: commit references a PR
Date: Sat,  6 Oct 2007 11:34:32 +0000 (UTC)

 stefan      2007-10-06 11:34:27 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/gateway6         Makefile 
     net/gateway6/files   gateway6.sh.in 
   Log:
   - Update MASTER_SITES to make it fetchable. [2]
   - Remove BEFORE tag from startup script. [1]
   - Bump PORTREVISION.
   
   PR:             116958 [1], 116961 [2]
   Submitted by:   maintainer [1,2]
   
   Revision  Changes    Path
   1.3       +3 -4      ports/net/gateway6/Makefile
   1.2       +1 -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"
 
>Unformatted:
