From 61e25ee92755f9b485e4c311c34d411f09c7897e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 6 Sep 2008 23:38:34 +0000 Subject: [PATCH] * luci-0.8: register on_commit action for luci_hosts --- libs/web/root/etc/config/luci | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/web/root/etc/config/luci b/libs/web/root/etc/config/luci index 8b222aaaa1..02e54c4130 100644 --- a/libs/web/root/etc/config/luci +++ b/libs/web/root/etc/config/luci @@ -29,6 +29,7 @@ config event uci_oncommit option qos "/sbin/luci-reload qos" option system "/sbin/luci-reload led" option firewall "/sbin/luci-reload firewall luci_splash" + option luci_hosts "/sbin/luci-reload luci_hosts dnsmasq" option luci_ethers "/sbin/luci-reload luci_ethers dnsmasq" 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" -- 2.30.2