* luci/libs/uci: register luci_hosts in ucitrack, fix dependencies for luci_ethers...
[project/luci.git] / contrib / package / luci-addons / dist / etc / init.d / luci_ethers
index c3f5604..8cf4672 100644 (file)
@@ -24,8 +24,12 @@ start() {
        config_foreach apply_lease static_lease
        
        test -f /etc/ethers.local && cat /etc/ethers.local >> /var/etc/ethers
+       
+       return 0
 }
 
 stop() {
        test -f /var/etc/ethers && rm -f /var/etc/ethers
+       
+       return 0
 }