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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue