Mtab: fix typo

This commit is contained in:
William Hubbs 2011-07-23 16:53:16 -05:00
parent 07694255a4
commit 05c2d68192

View File

@ -14,7 +14,7 @@ start()
{
# /etc/mtab could be a symlink to /proc/mounts
if [ ! -w /etc/mtab -a -L /etc/mtab ]; then
eeinfo "Skipping mtab update (non writeable symlink)"
einfo "Skipping mtab update (non writeable symlink)"
return 0
fi