diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-05-16 21:19:37 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-05-16 21:19:37 +0200 |
commit | 39e706fb245d9f751e2b54017b71f9d6ebc896a8 (patch) | |
tree | 7a705bdb62c770461ec4399e33d118f76bd18877 /src/conf_mode/ntp.py | |
parent | 959bf023496c1611d2d6d77b24f72b3e964827ce (diff) | |
download | vyos-1x-39e706fb245d9f751e2b54017b71f9d6ebc896a8.tar.gz vyos-1x-39e706fb245d9f751e2b54017b71f9d6ebc896a8.zip |
conf_mode: remove generation time from config header and adjust scriptname
Diffstat (limited to 'src/conf_mode/ntp.py')
-rwxr-xr-x | src/conf_mode/ntp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/ntp.py b/src/conf_mode/ntp.py index 8be12e44e..9a4846bdf 100755 --- a/src/conf_mode/ntp.py +++ b/src/conf_mode/ntp.py @@ -29,7 +29,7 @@ config_file = r'/etc/ntp.conf' # Please be careful if you edit the template. config_tmpl = """ -### Autogenerated by vyos-config-ntp.py ### +### Autogenerated by ntp.py ### # # Non-configurable defaults |