diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-17 13:14:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-17 15:33:20 +0100 |
commit | 220e19bb98ddb50cf991fc10ea982c6dfc24f95f (patch) | |
tree | 9a6e111585aa95f5dd449bf68cc64fe887ab4467 | |
parent | 033d480c02f59b6b5c617b2cac13418e9a1da3ff (diff) | |
download | vyatta-cfg-system-220e19bb98ddb50cf991fc10ea982c6dfc24f95f.tar.gz vyatta-cfg-system-220e19bb98ddb50cf991fc10ea982c6dfc24f95f.zip |
T1018: remove obsoleted 'dynamic' option from NTP
Increase NTP config version from 0 to 1. For more information see [1].
ntpd: Warning: the "dynamic" keyword has been obsoleted and will
be removed in the next release
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=553976
(cherry picked from commit 46d8b9b9105b67ea5ab8c06054586f66bd0daa12)
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | cfg-version/ntp@1 | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c4a4e1b3..71a461b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -125,6 +125,7 @@ curver_DATA += cfg-version/dhcp-relay@2 curver_DATA += cfg-version/ssh@1 curver_DATA += cfg-version/l2tp@1 curver_DATA += cfg-version/pptp@1 +curver_DATA += cfg-version/ntp@1 cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd diff --git a/cfg-version/ntp@1 b/cfg-version/ntp@1 new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/cfg-version/ntp@1 |