Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2012 07:48:28 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Eygene Ryabinkin <rea@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230007 - in head: etc etc/rc.d share/man/man8
Message-ID:  <201201120748.28564.jhb@freebsd.org>
In-Reply-To: <201201120648.q0C6mBio096662@svn.freebsd.org>
References:  <201201120648.q0C6mBio096662@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, January 12, 2012 1:48:11 am Eygene Ryabinkin wrote:
> Author: rea (ports committer)
> Date: Thu Jan 12 06:48:11 2012
> New Revision: 230007
> URL: http://svn.freebsd.org/changeset/base/230007
> 
> Log:
>   rc.d: document 'quiet' prefix and fix dhclient/devd interaction
>   
>   Document the current semantics of the 'quiet' command prefix
>   in the rc.subr(8).
>   
>   Fix dhclient rc.d script: it should not call err() for
>   non-DHCP-enabled interface when it is called from devd, because the
>   latter just blindly calls 'service dhclient quietstart' on each "link
>   up" event.
>   
>   Since the 'quietstart' will silence the message "Cannot 'start' <foo>.
>   Set <foo>_enable to YES in /etc/rc.conf or use 'onestart' instead of
>   'start'." and running dhclient on the non-DHCP-enabled interface is
>   the same thing as running the service <foo> without <foo>_enable set,
>   such modification is in sync with the current semantics of the 'quiet'
>   prefix.

Alternatively, devd could have invoked a wrapper script that only ran
/etc/rc.d/dhclient if dhcpif was true for the interface.  All other uses
of /etc/rc.d/dhclient in our system scripts are conditional on that check.

-- 
John Baldwin



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