debian/vyatta-cfg-system.postinst.in | 3 --- scripts/rl-system.init | 10 ++++++++++ scripts/system/vyatta_update_resolv.pl | 2 +- sysconf/ntp.conf | 14 ++++++++++++-- 4 files changed, 23 insertions(+), 6 deletions(-)
New commits: commit 08d0d9ed2d8824a446bfe6a1ba660db854f1a8f5 Author: Bob Gilligan <[email protected]> Date: Wed Jun 17 15:54:59 2009 -0700 Bugfix 4592: Generate NTP config file from Vyatta configuration parameters. This fix changes the way that the /etc/ntp.conf file is generated. Now it is generated at boot time using a fixed section that contains only parameters that users don't change, plus a section that is generated from any "system ntp-servers" parameters that are configured. The fixed section does not contain any "server" definitions, so all server definitions come from the Vyatta config. The Vyatta configuration template for this parameter and code at other places in the system will now start the NTP server ONLY if there is at least one NTP server configured. So the user can "turn off" the NTP server by just deleting all NTP servers from the configuration. The default "config.boot" file does contiain one built-in "system ntp-servers" parameter, so a newly installed system will start the NTP server. http://suva.vyatta.com/git/?p=vyatta-cfg-system.git;a=commitdiff;h=08d0d9ed2d8824a446bfe6a1ba660db854f1a8f5 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
