multiwan: updated revision, updated cache loading on health_monitor
authorCraig M. Coffee <cmcoffee@gmail.com>
Mon, 3 May 2010 15:40:47 +0000 (15:40 +0000)
committerCraig M. Coffee <cmcoffee@gmail.com>
Mon, 3 May 2010 15:40:47 +0000 (15:40 +0000)
SVN-Revision: 21343

net/multiwan/Makefile
net/multiwan/files/usr/bin/multiwan

index d0c5239a5e246987862d0265ab1597eb3e41d515..013f2f9ebf0f6510944580645398c037df84c026 100644 (file)
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=multiwan
-PKG_VERSION:=1.0.3
+PKG_VERSION:=1.0.4
 PKG_RELEASE:=1
 
 include $(INCLUDE_DIR)/package.mk
index ec78996a482f13e54f23e034629569b058785df2..41080135344c6a92fa60756757b578498ab50121 100755 (executable)
@@ -829,6 +829,8 @@ local check_test
 local health_interval
 local check_for_job
 
+. /tmp/.mwan/cache
+
 timeout=`uci -q -P /var/state get multiwan.${1}.timeout`
 icmp_hosts=`uci -q -P /var/state get multiwan.${1}.icmp_hosts`
 health_interval=`uci -q -P /var/state get multiwan.${1}.health_interval`