summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-11-28 18:53:01 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-11-28 18:53:01 +0000
commitecde5166c006fee9a06c669563f6038c11f9dcdd (patch)
tree8bc9cadeaed61280ce94ed1fe5912b38fcce7c69 /etc
parent2ee259a5b64128458aa97438abc1e26e8dda95b0 (diff)
downloadpfsense-ecde5166c006fee9a06c669563f6038c11f9dcdd.zip
pfsense-ecde5166c006fee9a06c669563f6038c11f9dcdd.tar.gz
Try to shave off more time from rc.newwanip. Apparently MPD is STILL being blocked.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index b773617..629be85 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -72,10 +72,11 @@
/* after IP change, update DynDNS */
if(!$config['system']['use_old_dyndns']) {
- services_dyndns_configure();
+ touch("/tmp/update_dyndns");
}
- filter_configure();
+ /* signal filter reload */
+ touch("/tmp/filter_dirty");
return 0;
OpenPOWER on IntegriCloud