diff --git a/src/etc/rc.newwanip b/src/etc/rc.newwanip index 01d211c4e9..ea44b815a2 100755 --- a/src/etc/rc.newwanip +++ b/src/etc/rc.newwanip @@ -47,8 +47,6 @@ function restart_packages() { global $oldip, $curwanip, $g; /* restart packages */ - system_ntp_configure(false); - mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true); log_error("{$g['product_name']} package system has detected an IP change or dynamic WAN reconnection - $oldip -> $curwanip - Restarting packages."); send_event("service reload packages"); } diff --git a/src/etc/rc.newwanipv6 b/src/etc/rc.newwanipv6 index 1030d9663d..088600bb23 100755 --- a/src/etc/rc.newwanipv6 +++ b/src/etc/rc.newwanipv6 @@ -48,8 +48,6 @@ function restart_packages() { global $oldipv6, $curwanipv6, $g; /* restart packages */ - system_ntp_configure(false); - mwexec_bg("/usr/local/sbin/ntpdate_sync_once.sh", true); log_error("{$g['product_name']} package system has detected an IP change or dynamic WAN reconnection - $oldipv6 -> $curwanipv6 - Restarting packages."); send_event("service reload packages"); }