aboutsummaryrefslogtreecommitdiffstats
path: root/package/system/fstools/files/fstab.init
diff options
context:
space:
mode:
Diffstat (limited to 'package/system/fstools/files/fstab.init')
-rw-r--r--package/system/fstools/files/fstab.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init
index afed78ebfc..08d5601bee 100644
--- a/package/system/fstools/files/fstab.init
+++ b/package/system/fstools/files/fstab.init
@@ -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() {