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