svn commit: r204421 - in stable/8/etc: . defaults rc.d
Doug Barton
dougb at FreeBSD.org
Sat Feb 27 18:51:34 UTC 2010
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/
More information about the svn-src-stable-8
mailing list