summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-01 01:05:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-01 01:05:21 +0000
commit895f6e8c6592940eac9d1c8e0d354c1fee24e376 (patch)
tree3476226e7452bb81fd9cf99845145cfa4194e107 /etc/rc.newwanip
parent9c2640a0ca430f8885914017cd75e69db5cf44d9 (diff)
downloadpfsense-895f6e8c6592940eac9d1c8e0d354c1fee24e376.zip
pfsense-895f6e8c6592940eac9d1c8e0d354c1fee24e376.tar.gz
Restart msntp on ip change
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 9dc2a88..4eec8f5 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -102,6 +102,9 @@ touch("/tmp/filter_dirty");
/* reload graphing functions */
enable_rrd_graphing();
+/* restart msntp */
+system_ntp_configure();
+
/* restart packages */
exec("/etc/rc.start_packages");
OpenPOWER on IntegriCloud