Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 16:22:36 +0900 (JST)
From:      Munechika SUMIKAWA / =?iso-2022-jp?B?GyRCM1FAbj0hNmEbKEI=?= <sumikawa@alaxala.net>
To:        dougb@FreeBSD.org
Cc:        vivek@khera.org, sumikawa@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org, sumikawa@alaxala.net, cvs-ports@FreeBSD.org
Subject:   Re: cvs commit: ports/security/racoon2 Makefile pkg-plist ports/security/racoon2/files patch-samples-Makefile.in patch-samples-rc.d-iked.in
Message-ID:  <20060612.162236.185148692.sumikawa@alaxala.net>
In-Reply-To: <44868860.1020706@FreeBSD.org>
References:  <200606070733.k577XaTm091050@repoman.freebsd.org> <44868860.1020706@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> One problem, one suggestion. :)  First, what you really want to do is change
> rcvar:
> 
> rcvar=`set_rcvar`
> 
> Which will work on both FreeBSD and NetBSD. In FreeBSD you would be better
> off deleting the required_vars line (which I don't think is useful in NetBSD
> either, but I wouldn't swear to it).

I guess you are talking about the below change.

--- samples/rc.d-iked.in.orig   Fri Oct 28 15:33:16 2005
+++ samples/rc.d-iked.in        Wed Jun  7 16:03:18 2006
@@ -17,7 +17,7 @@
 rcvar=$name
 command="@sbindir@/${name}"
 extra_commands="reload"
-required_vars="spmd"
+required_vars="spmd_enable"
 pidfile="/var/run/${name}.pid"
 required_files="@sysconfdir@/racoon2.conf"
 reload_cmd="iked_reload"

What I wanted to do here is to confirm if spmd is starting up before
iked starts.  Because spmd is central daemon of raccon2 system and
iked can't start if spmd is not started.

> If I were you, I'd suggest both of these changes upstream.

Agreed.

-- Sumikawa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060612.162236.185148692.sumikawa>