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

Difficulty level
Easy (less than an hour)
Version
1.4
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Cosmetic issue (typos etc.)

Related Objects

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