From jylefort@brutele.be  Mon Sep 27 20:03:53 2004
Return-Path: <jylefort@brutele.be>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id F276816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Sep 2004 20:03:52 +0000 (GMT)
Received: from gateway.lefort.net (212.68.242.203.brutele.be [212.68.242.203])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 51B6843D1D
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Sep 2004 20:03:52 +0000 (GMT)
	(envelope-from jylefort@brutele.be)
Received: from jsite.lefort.net (jsite.lefort.net [192.168.1.2])
	by gateway.lefort.net (Postfix) with ESMTP id AF01854C2
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Sep 2004 22:03:50 +0200 (CEST)
Received: by jsite.lefort.net (Postfix, from userid 1000)
	id 61CA922E09; Mon, 27 Sep 2004 22:03:50 +0200 (CEST)
Message-Id: <20040927200350.61CA922E09@jsite.lefort.net>
Date: Mon, 27 Sep 2004 22:03:50 +0200 (CEST)
From: Jean-Yves Lefort <jylefort@brutele.be>
Reply-To: Jean-Yves Lefort <jylefort@brutele.be>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: ipsec belongs to /etc/rc.d/NETWORKING
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         72135
>Category:       conf
>Synopsis:       [patch] ipsec belongs to /etc/rc.d/NETWORKING
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 27 20:10:21 GMT 2004
>Closed-Date:    Tue Dec 06 07:25:19 GMT 2005
>Last-Modified:  Tue Dec 06 07:25:19 GMT 2005
>Originator:     Jean-Yves Lefort
>Release:        FreeBSD 5.3-BETA6 i386
>Organization:
>Environment:
System: FreeBSD jsite.lefort.net 5.3-BETA6 FreeBSD 5.3-BETA6 #0: Mon Sep 27 21:29:05 CEST 2004 jylefort@jsite.lefort.net:/usr/obj/usr/src/sys/JSITE i386
>Description:
IPsec is part of networking, for instance it must be up to mount NFS
shares through an IPsec link.
>How-To-Repeat:
>Fix:
--- etc/rc.d/NETWORKING.orig	Mon Sep 27 20:43:02 2004
+++ etc/rc.d/NETWORKING	Mon Sep 27 20:43:42 2004
@@ -7,6 +7,7 @@
 # PROVIDE: NETWORKING NETWORK
 # REQUIRE: dhclient netif routing network_ipv6 isdnd ppp-user
 # REQUIRE: routed mrouted route6d mroute6d
+# REQUIRE: ipsec
 # KEYWORD: FreeBSD
 
 #	This is a dummy dependency, for services which require networking
--- etc/rc.d/ipsec.orig	Mon Sep 27 20:42:52 2004
+++ etc/rc.d/ipsec	Mon Sep 27 20:42:58 2004
@@ -6,7 +6,6 @@
 
 # PROVIDE: ipsec
 # REQUIRE: root mountcritlocal
-# BEFORE:  DAEMON
 # KEYWORD: FreeBSD nojail
 
 #	it does not really require beforenetlkm.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: dougb 
State-Changed-When: Mon Dec 5 09:06:08 GMT 2005 
State-Changed-Why:  

In revision 1.12 pjd changed mountcritremote to depend 
on ipsec, which accomplishes what you want in terms of 
NFS mounting. Is this sufficient for your needs? 


Responsible-Changed-From-To: freebsd-bugs->dougb 
Responsible-Changed-By: dougb 
Responsible-Changed-When: Mon Dec 5 09:06:08 GMT 2005 
Responsible-Changed-Why:  

I'll handle the feedback 

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

From: Jean-Yves Lefort <jylefort@brutele.be>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: conf/72135: [patch] ipsec belongs to /etc/rc.d/NETWORKING
Date: Mon, 5 Dec 2005 12:01:21 +0100

 --Signature=_Mon__5_Dec_2005_12_01_21_+0100_bswZBDSnSj.2=XLA
 Content-Type: text/plain; charset=US-ASCII
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 I suppose it is, but I no longer need to mount NFS partitions over IPsec.
 
 --=20
 Jean-Yves Lefort
 
 jylefort@brutele.be
 http://lefort.be.eu.org/
 
 --Signature=_Mon__5_Dec_2005_12_01_21_+0100_bswZBDSnSj.2=XLA
 Content-Type: application/pgp-signature
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.2 (FreeBSD)
 
 iD8DBQFDlB4ByzD7UaO4AGoRApQeAJ4zULPbARr3XkYYPLiU8KJL6HPNigCfUtu3
 O6U+ObqgP0EnExMEPtDFq8c=
 =VgQW
 -----END PGP SIGNATURE-----
 
 --Signature=_Mon__5_Dec_2005_12_01_21_+0100_bswZBDSnSj.2=XLA--
State-Changed-From-To: feedback->closed 
State-Changed-By: dougb 
State-Changed-When: Tue Dec 6 07:24:39 GMT 2005 
State-Changed-Why:  

Originator states in private mail: 
"I suppose it is, but I no longer need to mount NFS partitions over IPsec." 

http://www.freebsd.org/cgi/query-pr.cgi?pr=72135 
>Unformatted:
