* luci: associate luci_ethers reload with luci_ethers uci config
[project/luci.git] / contrib / package / luci-addons / dist / etc / init.d / luci_ethers
index e0f2470..661e398 100644 (file)
@@ -24,3 +24,7 @@ start() {
        
        test -f /etc/ethers.local && cat /etc/ethers.local >> /var/etc/ethers
 }
+
+stop() {
+       test -f /var/etc/ethers && rm -f /var/etc/ethers
+}