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:32:15 +0100 |
commit | 46d8b9b9105b67ea5ab8c06054586f66bd0daa12 (patch) | |
tree | 9a6e111585aa95f5dd449bf68cc64fe887ab4467 /Makefile.am | |
parent | 6ab6a0a1857e9ae487642f5aad0c948e12d167c5 (diff) | |
download | vyatta-cfg-system-46d8b9b9105b67ea5ab8c06054586f66bd0daa12.tar.gz vyatta-cfg-system-46d8b9b9105b67ea5ab8c06054586f66bd0daa12.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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 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 |