summaryrefslogtreecommitdiff
path: root/change-NTP-server-to-x.pool.ntp.org.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-12-12 02:54:13 +0000
committerCoprDistGit <infra@openeuler.org>2024-12-12 02:54:13 +0000
commita35fcc8b3fc340a6b874440b2a87e155c807ece5 (patch)
tree02ca631dd69c05a4dfcbd98a0ed12e2b0d2cd035 /change-NTP-server-to-x.pool.ntp.org.patch
parentb7abaf7e217d7948f8101d25013189a9322dd6ef (diff)
automatic import of systemdopeneuler24.03_LTS
Diffstat (limited to 'change-NTP-server-to-x.pool.ntp.org.patch')
-rw-r--r--change-NTP-server-to-x.pool.ntp.org.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/change-NTP-server-to-x.pool.ntp.org.patch b/change-NTP-server-to-x.pool.ntp.org.patch
new file mode 100644
index 0000000..33798fd
--- /dev/null
+++ b/change-NTP-server-to-x.pool.ntp.org.patch
@@ -0,0 +1,25 @@
+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
+