Page MenuHomeVyOS Platform

Cleanup vestigial ntp completion script
Closed, ResolvedPublicBUG

Description

Remove vestigial completion script src/completion/list_ntp_servers.sh which isn't used anymore.

This isn't used anymore after migration from ntpd to chrony as part of T3008.

Details

Version
1.4
Is it a breaking change?
Perfectly compatible
Issue type
Cosmetic issue (typos etc.)

Event Timeline

Viacheslav changed the task status from Open to Needs testing.Mar 29 2023, 6:42 AM
Viacheslav assigned this task to indrajitr.

The file list_ntp_servers.sh is nowhere to be found in VyOS 1.4-rolling-202308250021:

root@vyos:~# find / -iname "list_ntp_servers.sh"
find: File system loop detected; ‘/sys/kernel/debug/pinctrl’ is part of the same file system loop as ‘/sys/kernel/debug’.
root@vyos:~#

So I guess this can be put as resolved?

Implementation complete