diff options
author | Ermal <eri@pfsense.org> | 2010-04-13 20:31:03 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-04-13 20:31:03 +0000 |
commit | 85b2f4249870024af2a4e5e972238f72332e48b6 (patch) | |
tree | 9260a53bf061c01b624aaf91e63b13bb78cc9c26 /etc/rc.newwanip | |
parent | 24ed5c3ba4f7d43f311ce5d4cb87829eac1fbf97 (diff) | |
download | pfsense-85b2f4249870024af2a4e5e972238f72332e48b6.zip pfsense-85b2f4249870024af2a4e5e972238f72332e48b6.tar.gz |
Improve startup time by delaying dyndns synching.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-x | etc/rc.newwanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 49d4a76..86e3f31 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -77,7 +77,7 @@ services_dnsupdate_process($interface); file_put_contents("{$g['vardb_path']}/{$interface}_ip", $curwanip); /* signal dyndns update */ -file_put_contents("/tmp/update_dyndns", $interface); +file_put_contents("{$g['tmp_path']}/update_dyndns", $interface); /* reconfigure IPsec tunnels */ vpn_ipsec_force_reload(); |