26 lines
1.2 KiB
Diff
26 lines
1.2 KiB
Diff
|
|
From bdf0536bace233a0da7e1ff094c8cb81ded18c38 Mon Sep 17 00:00:00 2001
|
||
|
|
From: licunlong <licunlong1@huawei.com>
|
||
|
|
Date: Tue, 23 Feb 2021 15:07:17 +0800
|
||
|
|
Subject: [PATCH] change NTP server to x.pool.ntp.org
|
||
|
|
|
||
|
|
---
|
||
|
|
meson_options.txt | 2 +-
|
||
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
|
||
|
|
diff --git a/meson_options.txt b/meson_options.txt
|
||
|
|
index 163c8df..ba7adf9 100644
|
||
|
|
--- a/meson_options.txt
|
||
|
|
+++ b/meson_options.txt
|
||
|
|
@@ -312,7 +312,7 @@ option('dns-servers', type : 'string',
|
||
|
|
value : '1.1.1.1#cloudflare-dns.com 8.8.8.8#dns.google 1.0.0.1#cloudflare-dns.com 8.8.4.4#dns.google 2606:4700:4700::1111#cloudflare-dns.com 2001:4860:4860::8888#dns.google 2606:4700:4700::1001#cloudflare-dns.com 2001:4860:4860::8844#dns.google')
|
||
|
|
option('ntp-servers', type : 'string',
|
||
|
|
description : 'space-separated list of default NTP servers',
|
||
|
|
- value : 'time1.google.com time2.google.com time3.google.com time4.google.com')
|
||
|
|
+ value : '0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org 3.pool.ntp.org')
|
||
|
|
option('support-url', type : 'string',
|
||
|
|
description : 'the support URL to show in catalog entries included in systemd',
|
||
|
|
value : 'https://lists.freedesktop.org/mailman/listinfo/systemd-devel')
|
||
|
|
--
|
||
|
|
2.27.0
|
||
|
|
|