From 2755a46c4db548cbceafcfcdfa67d476b9c0a1c5 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 5 Aug 2008 12:58:20 +0000 Subject: applications/luci-splash: Updated to work with new UCI firewall --- libs/web/root/etc/config/luci | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libs/web/root') diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 8382b5d28..4aec08049 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -19,17 +19,17 @@ config extern flash_keep option firewall "/etc/firewall.user" config event uci_oncommit - option network "/sbin/luci-reload network firewall dnsmasq" - option wireless "/sbin/luci-reload network firewall dnsmasq" + option network "/sbin/luci-reload network firewall dnsmasq luci_splash" + option wireless "/sbin/luci-reload network firewall dnsmasq luci_splash" option olsr "/sbin/luci-reload olsrd" option dhcp "/sbin/luci-reload dnsmasq" option dropbear "/sbin/luci-reload dropbear" option httpd "/sbin/luci-reload httpd" option fstab "/sbin/luci-reload fstab" option qos "/sbin/luci-reload qos" - option firewall "/sbin/luci-reload firewall" + option firewall "/sbin/luci-reload firewall luci_splash" option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq" - option luci_splash "/sbin/luci-reload luci_splash" + option luci_splash "/sbin/luci-reload firewall luci_splash" option upnpd "/etc/init.d/miniupnpd enabled && /sbin/luci-reload miniupnpd || /etc/init.d/miniupnpd stop" option ntpclient "/sbin/luci-reload ntpclient" -- cgit v1.2.3