fstools: update to latest Git HEAD
[openwrt/openwrt.git] / package / system / fstools / files / fstab.init
index afed78ebfce65afd34ed194a852b748043a144ad..08d5601beed810cf558b7425333de84e53f90ab0 100644 (file)
@@ -8,11 +8,11 @@ boot() {
 }
 
 start() {
-       echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
+       return 0
 }
 
 restart() {
-       start
+       return 0
 }
 
 stop() {