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=40
|
||||||
|
|
||||||
start() {
|
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
|
/sbin/block mount
|
||||||
}
|
}
|
||||||
|
|
||||||
stop() {
|
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
|
/sbin/block umount
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue