> 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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"