Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:openrc-0.11.x commit in: init.d/
Date: Fri, 30 Nov 2012 18:08:24
Message-Id: 1354298853.ded282f16329efa78a38c8e64303d1f03426907c.WilliamH@OpenRC
1 commit: ded282f16329efa78a38c8e64303d1f03426907c
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Fri Nov 30 18:05:26 2012 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 30 18:07:33 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=ded282f1
7
8 typo fixes
9
10 ---
11 init.d/localmount.in | 4 ++--
12 1 files changed, 2 insertions(+), 2 deletions(-)
13
14 diff --git a/init.d/localmount.in b/init.d/localmount.in
15 index ab0b1b5..232adf4 100644
16 --- a/init.d/localmount.in
17 +++ b/init.d/localmount.in
18 @@ -22,8 +22,8 @@ start()
19
20 if [ "$RC_UNAME" = Linux ]; then
21 no_netdev="-O no_netdev"
22 - if [ mountinfo -q /usr ]; then
23 - touch $rc_svcdir/usr_premounted
24 + if mountinfo -q /usr; then
25 + touch $RC_SVCDIR/usr_premounted
26 fi
27 fi
28 ebegin "Mounting local filesystems"