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, 04 Oct 2013 20:24:53
Message-Id: 1380917765.e6df76a3775f90f1178db507b6da08a02a9455f4.williamh@OpenRC
1 commit: e6df76a3775f90f1178db507b6da08a02a9455f4
2 Author: Daniel Robbins <drobbins <AT> funtoo <DOT> org>
3 AuthorDate: Thu Sep 26 18:05:40 2013 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 4 20:16:05 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=e6df76a3
7
8 FL-786: localmount: support filesystem mounting on openvz
9
10 ---
11 init.d/localmount.in | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14 diff --git a/init.d/localmount.in b/init.d/localmount.in
15 index 407c686..5444889 100644
16 --- a/init.d/localmount.in
17 +++ b/init.d/localmount.in
18 @@ -9,7 +9,7 @@ depend()
19 need fsck
20 use lvm modules mtab
21 after lvm modules
22 - keyword -jail -openvz -prefix -vserver -lxc
23 + keyword -jail -prefix -vserver -lxc
24 }
25
26 start()