diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-21 17:26:37 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-05-21 17:26:37 -0700 |
commit | 332fcb7796e1fc1551a198fe019c18f5bc397787 (patch) | |
tree | 9ed0ded2beb05dc7ce6707756b0b12f7a15e6068 /scripts/rl-system.init | |
parent | 571f1c61dd99c84eda36463cc633c43aacb03540 (diff) | |
download | vyatta-cfg-system-332fcb7796e1fc1551a198fe019c18f5bc397787.tar.gz vyatta-cfg-system-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.
Diffstat (limited to 'scripts/rl-system.init')
-rwxr-xr-x | scripts/rl-system.init | 3 |
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 |