Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 10:51:31 -0800
From:      Doug Barton <dougb@FreeBSD.org>
To:        Hajimu UMEMOTO <ume@FreeBSD.org>
Cc:        svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   Re: svn commit: r204421 - in stable/8/etc: . defaults rc.d
Message-ID:  <4B8969B3.4040207@FreeBSD.org>
In-Reply-To: <201002271819.o1RIJDmD036382@svn.freebsd.org>
References:  <201002271819.o1RIJDmD036382@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 02/27/10 10:19, Hajimu UMEMOTO wrote:
> Author: ume
> Date: Sat Feb 27 18:19:13 2010
> New Revision: 204421
> URL: http://svn.freebsd.org/changeset/base/204421
> 
> Log:
>   MFC r203433:
>   
>   Add rc.d script for the rtsold(8) daemon.
>   
>   The rtsol(8) handles just one RA then exit.  So, the OtherConfig flag
>   may not be handled well by rtsol(8) in the environment where there are
>   multiple RA servers on the segment.  In such case, rtsold(8) will be
>   your friend.

> Copied: stable/8/etc/rc.d/rtsold (from r203433, head/etc/rc.d/rtsold)
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ stable/8/etc/rc.d/rtsold	Sat Feb 27 18:19:13 2010	(r204421, copy of r203433, head/etc/rc.d/rtsold)
> @@ -0,0 +1,26 @@
> +#!/bin/sh
> +#
> +# $FreeBSD$
> +#
> +
> +# PROVIDE: rtsold
> +# REQUIRE: netif
> +# BEFORE: NETWORKING
> +# KEYWORD: nojail

Sorry for not speaking up sooner. This needs the shutdown KEYWORD added
since it starts a persistent service. Otherwise it looks good!


Doug

-- 

	... and that's just a little bit of history repeating.
			-- Propellerheads

	Improve the effectiveness of your Internet presence with
	a domain name makeover!    http://SupersetSolutions.com/




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