From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 11 13:20:05 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 187B416A421 for ; Wed, 11 Jul 2007 13:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id CE30B13C45A for ; Wed, 11 Jul 2007 13:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l6BDK37w063340 for ; Wed, 11 Jul 2007 13:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l6BDK3hk063339; Wed, 11 Jul 2007 13:20:03 GMT (envelope-from gnats) Resent-Date: Wed, 11 Jul 2007 13:20:03 GMT Resent-Message-Id: <200707111320.l6BDK3hk063339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "John Merryweather Cooper" Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A0FDE16A46B for ; Wed, 11 Jul 2007 13:11:46 +0000 (UTC) (envelope-from j.m.cooper@borgsdemons.com) Received: from smtp104.biz.mail.mud.yahoo.com (smtp104.biz.mail.mud.yahoo.com [68.142.200.252]) by mx1.freebsd.org (Postfix) with SMTP id 71FE413C4B9 for ; Wed, 11 Jul 2007 13:11:46 +0000 (UTC) (envelope-from j.m.cooper@borgsdemons.com) Received: (qmail 4025 invoked from network); 11 Jul 2007 12:44:58 -0000 Received: from unknown (HELO borgdemon2.hsd1.md.comcast.net) (j.m.cooper@borgsdemons.com@134.121.247.222 with login) by smtp104.biz.mail.mud.yahoo.com with SMTP; 11 Jul 2007 12:44:58 -0000 Received: from borgdemon2.temp.wsu.edu (localhost [127.0.0.1]) by borgdemon2.hsd1.md.comcast.net (Postfix) with ESMTP id D0AE95D2D for ; Wed, 11 Jul 2007 05:44:55 -0700 (PDT) Message-Id: <1184157895.5317@borgdemon2.temp.wsu.edu> Date: Wed, 11 Jul 2007 05:44:55 -0700 From: "John Merryweather Cooper" To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.8 Cc: Subject: ports/114499: [PATCH] Update starting order for net/freenet6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jul 2007 13:20:05 -0000 >Number: 114499 >Category: ports >Synopsis: [PATCH] Update starting order for net/freenet6 >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: Wed Jul 11 13:20:03 GMT 2007 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD 6.2-STABLE #54: Sat Jun 30 07:57:33 PDT 2007 root@borgdemon2.hds1.md.comcast.net:/usr/obj/usr/src/sys/P4 >Description: ip6addrctl presently starts before freenet6. this causes the multicast routes being added to produce irritating error messages. >How-To-Repeat: Enable freenet6 and ipv6_ipv4mapping and reboot. >Fix: --- patch-freenet6.sh.in begins here --- # Patch net/freenet6.sh.in to use the correct startup order. # # To apply this patch: # STEP 1: Chdir to the source directory. # STEP 2: Run the 'applypatch' program with this patch file as input. # # If you do not have 'applypatch', it is part of the 'makepatch' package # that you can fetch from the Comprehensive Perl Archive Network: # http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz # In the above URL, 'x' should be 2 or higher. # # To apply this patch without the use of 'applypatch': # STEP 1: Chdir to the source directory. # STEP 2: Run the 'patch' program with this file as input. # #### End of Preamble #### #### Patch data follows #### diff -ruN 'net/freenet6/files/freenet6.sh.in.old' 'net/freenet6/files/freenet6.sh.in' Index: ./net/freenet6/files/freenet6.sh.in.old --- ./net/freenet6/files/freenet6.sh.in.old Wed Jul 11 05:29:34 2007 +++ ./net/freenet6/files/freenet6.sh.in Wed Jul 11 05:31:51 2007 @@ -1,12 +1,12 @@ #!/bin/sh # -# $FreeBSD: ports/net/freenet6/files/freenet6.sh.in,v 1.6 2006/02/20 20:47:23 dougb Exp $ +# $FreeBSD$ # # # PROVIDE: freenet6 -# REQUIRE: NETWORKING -# BEFORE: SERVERS +# REQUIRE: FILESYSTEMS netif +# BEFORE: ip6addrctl # KEYWORD: shutdown # #### End of Patch data #### #### ApplyPatch data follows #### # Data version : 1.0 # Date generated : Wed Jul 11 05:36:47 2007 # Generated by : makepatch 2.03 # Recurse directories : Yes # Excluded files : (\A|/).*\~\Z # (\A|/).*\.a\Z # (\A|/).*\.bak\Z # (\A|/).*\.BAK\Z # (\A|/).*\.elc\Z # (\A|/).*\.exe\Z # (\A|/).*\.gz\Z # (\A|/).*\.ln\Z # (\A|/).*\.o\Z # (\A|/).*\.obj\Z # (\A|/).*\.olb\Z # (\A|/).*\.old\Z # (\A|/).*\.orig\Z # (\A|/).*\.rej\Z # (\A|/).*\.so\Z # (\A|/).*\.Z\Z # (\A|/)\.del\-.*\Z # (\A|/)\.make\.state\Z # (\A|/)\.nse_depinfo\Z # (\A|/)core\Z # (\A|/)tags\Z # (\A|/)TAGS\Z # p 'net/freenet6/files/freenet6.sh.in.old' 660 1184157111 0100644 #### End of ApplyPatch data #### #### End of Patch kit [created: Wed Jul 11 05:36:47 2007] #### #### Patch checksum: 54 1826 46889 #### #### Checksum: 72 2508 38325 #### --- patch-freenet6.sh.in ends here --- >Release-Note: >Audit-Trail: >Unformatted: