From f0fa58daacece64d2ddceaecce87dea68440fab1 Mon Sep 17 00:00:00 2001 From: Bart Van Der Meerssche Date: Tue, 26 Apr 2011 10:54:10 +0200 Subject: [PATCH] [luci] we do have to stop/start the avahi-daemon when saving the flukso page --- mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload b/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload index 9e48d52..0a6d2cf 100755 --- a/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload +++ b/mote/v2/openwrt/package/luci/libs/uci/root/sbin/luci-reload @@ -41,7 +41,7 @@ avahi_start() { lock "/var/run/luci-reload" -[ $1 != flukso ] && avahi_stop +avahi_stop config_load ucitrack @@ -49,6 +49,6 @@ for i in $*; do config_foreach apply_config $i $i done -[ $1 != flukso ] && avahi_start +avahi_start rm -f "/var/run/luci-reload-status" lock -u "/var/run/luci-reload"