Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: init.d/
Date: Fri, 02 Sep 2011 07:00:44
Message-Id: 7a6dbedf38e1eeffcbb36b7d77a67c56566d0409.WilliamH@gentoo
1 commit: 7a6dbedf38e1eeffcbb36b7d77a67c56566d0409
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 06:56:41 2011 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 06:56:41 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=7a6dbedf
7
8 Mtab: fix typo
9
10 Reported-By: Helmuth Schmelzer <des-colo <AT> hotmail.com>
11 X-Gentoo-Bug: 381503
12 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=381503
13
14 ---
15 init.d/mtab.in | 2 +-
16 1 files changed, 1 insertions(+), 1 deletions(-)
17
18 diff --git a/init.d/mtab.in b/init.d/mtab.in
19 index 620fe77..0be5adb 100644
20 --- a/init.d/mtab.in
21 +++ b/init.d/mtab.in
22 @@ -12,7 +12,7 @@ depend()
23
24 start()
25 {
26 - if [ -l /etc/mtab ]
27 + if [ -L /etc/mtab ]
28 then
29 einfo "Skipping mtab update (mtab is a symbolic link)"
30 return 0