From 332fcb7796e1fc1551a198fe019c18f5bc397787 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 21 May 2009 17:26:37 -0700 Subject: 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. --- scripts/rl-system.init | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3