* 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 c3f56042e8fef9d02d2672277d3027adcc460134..8cf46729dfea78d6ec3ea2c28eb661b043ece0d9 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
 }