From 0dc9d8d6ffcdbdfda2723676f6ffc825a48a18b7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 12 Mar 2014 19:32:51 +0000 Subject: fstools: add the new fstools package Signed-off-by: John Crispin SVN-Revision: 39895 --- package/system/fstools/files/fstab.init | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/system/fstools/files/fstab.init (limited to 'package/system/fstools/files/fstab.init') diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init new file mode 100644 index 0000000..be49470 --- /dev/null +++ b/package/system/fstools/files/fstab.init @@ -0,0 +1,14 @@ +#!/bin/sh /etc/rc.common +# (C) 2013 openwrt.org + +START=40 + +start() { + echo "this file has been obseleted. please call \"/sbin/block mount\" directly" + /sbin/block mount +} + +stop() { + echo "this file has been obseleted. please call \"/sbin/block umount\" directly" + /sbin/block umount +} -- cgit v1.1