diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-01 01:05:21 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-01 01:05:21 +0000 |
commit | 895f6e8c6592940eac9d1c8e0d354c1fee24e376 (patch) | |
tree | 3476226e7452bb81fd9cf99845145cfa4194e107 /etc/rc.newwanip | |
parent | 9c2640a0ca430f8885914017cd75e69db5cf44d9 (diff) | |
download | pfsense-895f6e8c6592940eac9d1c8e0d354c1fee24e376.zip pfsense-895f6e8c6592940eac9d1c8e0d354c1fee24e376.tar.gz |
Restart msntp on ip change
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 3 |
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"); |