summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-21 17:26:37 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-21 17:26:37 -0700
commit332fcb7796e1fc1551a198fe019c18f5bc397787 (patch)
tree9ed0ded2beb05dc7ce6707756b0b12f7a15e6068
parent571f1c61dd99c84eda36463cc633c43aacb03540 (diff)
downloadvyatta-cfg-quagga-332fcb7796e1fc1551a198fe019c18f5bc397787.tar.gz
vyatta-cfg-quagga-332fcb7796e1fc1551a198fe019c18f5bc397787.zip
Don't flush out ntp.conf on boot
If we have a good ntp.conf, then it is possible to avoid restarting ntp. Currently we restart ntpd for each ntp-server configured.
-rwxr-xr-xscripts/rl-system.init3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/rl-system.init b/scripts/rl-system.init
index a568bfa7..4c8c937f 100755
--- a/scripts/rl-system.init
+++ b/scripts/rl-system.init
@@ -93,8 +93,7 @@ update_version_info () {
clear_or_override_config_files ()
{
- for conf in ntp.conf \
- snmp/snmpd.conf snmp/snmptrapd.conf keepalived/keepalived.conf \
+ for conf in snmp/snmpd.conf snmp/snmptrapd.conf keepalived/keepalived.conf \
ipvsadm.rules default/ipvsadm resolv.conf
do
if [ -f /etc/$conf ] ; then