From 0cc68fa549f8040e03ec54d7eb121069f9c98bb2 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Thu, 16 May 2024 12:23:45 -0500 Subject: [PATCH] T6356: normalize '.., ntp, server' path syntax in config.boot.default (cherry picked from commit 04948aa983878e3edfca10e33fa620a4bc9303a2) --- .../includes.chroot/opt/vyatta/etc/config.boot.default | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default index c3ff6c791c..d31892ba2a 100644 --- a/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default +++ b/data/live-build-config/includes.chroot/opt/vyatta/etc/config.boot.default @@ -29,9 +29,12 @@ system { address fe80::/10 address fc00::/7 } - server "time1.vyos.net" - server "time2.vyos.net" - server "time3.vyos.net" + server time1.vyos.net { + } + server time2.vyos.net { + } + server time3.vyos.net { + } } console { device ttyS0 {