Mtab: fix typo
Reported-By: Helmuth Schmelzer <des-colo@hotmail.com> X-Gentoo-Bug: 381503 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=381503
This commit is contained in:
parent
70c159d47c
commit
7a6dbedf38
@ -12,7 +12,7 @@ depend()
|
||||
|
||||
start()
|
||||
{
|
||||
if [ -l /etc/mtab ]
|
||||
if [ -L /etc/mtab ]
|
||||
then
|
||||
einfo "Skipping mtab update (mtab is a symbolic link)"
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user