diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-22 08:08:03 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-22 08:10:24 -0700 |
commit | 5f836abba30318aa8088037744ed3e2398a39b6c (patch) | |
tree | 781338326ef90e2da97200d3dbcae18ce3e21730 /Makefile.am | |
parent | ebde000ac4acd10e0819029873db642719677843 (diff) | |
download | vyatta-cfg-quagga-5f836abba30318aa8088037744ed3e2398a39b6c.tar.gz vyatta-cfg-quagga-5f836abba30318aa8088037744ed3e2398a39b6c.zip |
Add NTP configuration file
There are options (like restrict) that should be ntp.conf
This would reduce security exposure of the router (see recent CVE).
Also, this avoid restarting ntp server on boot when using the default
vyatta ntp server.
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 8fbce753..5152fb71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,6 +53,7 @@ sysconf_DATA += sysconf/LICENSE sysconf_DATA += sysconf/logrotate_messages sysconf_DATA += sysconf/motd.tail sysconf_DATA += sysconf/syslog.conf +sysconf_DATA += sysconf/ntp.conf sysconf_DATA += sysconf/default_ssh sysconf_DATA += sysconf/vyatta-sysctl.conf sysconf_DATA += sysconf/blacklist.DSA-1024 |