From 85b2f4249870024af2a4e5e972238f72332e48b6 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 13 Apr 2010 20:31:03 +0000 Subject: Improve startup time by delaying dyndns synching. --- etc/rc.newwanip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.newwanip') 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(); -- cgit v1.1