mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Kicking ntpd in rc.newwanip(v6) dates back to OpenNTPD which didn't have dynamic interface scanning support. This seems to be the source of crashes in ntpd as described in Ticket #4155, and appears to be unnecessary.
This commit is contained in:
parent
352f808558
commit
0aa8caecff
@ -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");
|
||||
}
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user