[oe] [PATCH meta-networking] ntp: comment out the invalid server

Joe MacDonald joe at deserted.net
Fri Nov 29 16:35:37 UTC 2013


Merged, thanks.
-J.

[[oe] [PATCH meta-networking] ntp: comment out the invalid server] On 13.11.29 (Fri 10:37) rongqing.li at windriver.com wrote:

> From: Roy Li <rongqing.li at windriver.com>
> 
> When ntpd starts, it will create a daemon to connect this invalid server,
> and fail, then ntpd will create other daemon to connect the local-only
> (127.127.1.0) server.
> 
> The users should be aware that they need to configure the correct ntp
> servers, a invalid server will lead to a redundant daemon, so it is better
> to comment this example server to wait user to configure
> 
> Signed-off-by: Roy Li <rongqing.li at windriver.com>
> ---
>  meta-networking/recipes-support/ntp/files/ntp.conf |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-support/ntp/files/ntp.conf b/meta-networking/recipes-support/ntp/files/ntp.conf
> index a9cc838..e26b615 100644
> --- a/meta-networking/recipes-support/ntp/files/ntp.conf
> +++ b/meta-networking/recipes-support/ntp/files/ntp.conf
> @@ -5,7 +5,9 @@ driftfile /etc/ntp.drift
>  # This obtains a random server which will be close
>  # (in IP terms) to the machine.  Add other servers
>  # as required, or change this.
> -server time.server.example.com
> +# 
> +# server time.server.example.com
> +#
>  # Using local hardware clock as fallback
>  # Disable this when using ntpd -q -g -x as ntpdate or it will sync to itself
>  server 127.127.1.0
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20131129/d9424ab2/attachment-0002.sig>


More information about the Openembedded-devel mailing list