summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-28 14:07:13 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-04-28 14:07:13 -0700
commita4d72b580c8290baeee794bb28bd10d650aa479f (patch)
tree745a76c43097e57d1848fa650558abd61d89aa2c /templates
parent44b55bafc4938ba7ffea056264d53035a6dff8a0 (diff)
downloadvyatta-cfg-system-a4d72b580c8290baeee794bb28bd10d650aa479f.tar.gz
vyatta-cfg-system-a4d72b580c8290baeee794bb28bd10d650aa479f.zip
ntp: fix message
The dynamic option is the default in current versions and generates bogus message. Bug: 4264
Diffstat (limited to 'templates')
-rw-r--r--templates/system/ntp-server/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/system/ntp-server/node.def b/templates/system/ntp-server/node.def
index a063431f..31840936 100644
--- a/templates/system/ntp-server/node.def
+++ b/templates/system/ntp-server/node.def
@@ -3,7 +3,7 @@ type: txt
help: Set name or IP address of Network Time Protocol (NTP) server
update:sudo sh -c \
"if ! grep -q 'server.*$VAR(@)' /etc/ntp.conf; then
- echo \"server $VAR(@) iburst dynamic\" >> /etc/ntp.conf
+ echo \"server $VAR(@) iburst\" >> /etc/ntp.conf
fi
if [ $(pgrep -c ntpd) -eq 0 ]; then
/usr/sbin/invoke-rc.d ntp start