mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-23 23:23:09 +00:00
fstools: fstab.init fix spelling
fix a very minor typo in warning message Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> SVN-Revision: 46273
This commit is contained in:
parent
657300d418
commit
8503f34ce8
@ -4,11 +4,11 @@
|
||||
START=40
|
||||
|
||||
start() {
|
||||
echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
|
||||
echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
|
||||
/sbin/block mount
|
||||
}
|
||||
|
||||
stop() {
|
||||
echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
|
||||
echo "this file has been obsoleted. please call \"/sbin/block umount\" directly"
|
||||
/sbin/block umount
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user