summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-09-02 01:56:41 -0500
committerWilliam Hubbs <williamh@gentoo.org>2011-09-02 01:56:41 -0500
commit7a6dbedf38e1eeffcbb36b7d77a67c56566d0409 (patch)
treea9cf4d529750a0363de0556a33125c53b8421a3a
parent70c159d47c2824e57e0bfd3f7f3d85458943cff2 (diff)
downloadopenrc-7a6dbedf38e1eeffcbb36b7d77a67c56566d0409.tar.gz
openrc-7a6dbedf38e1eeffcbb36b7d77a67c56566d0409.tar.bz2
openrc-7a6dbedf38e1eeffcbb36b7d77a67c56566d0409.tar.xz
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
-rw-r--r--init.d/mtab.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/mtab.in b/init.d/mtab.in
index 620fe77..0be5adb 100644
--- a/init.d/mtab.in
+++ b/init.d/mtab.in
@@ -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