Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:0.18.x commit in: init.d/
Date: Mon, 30 Nov 2015 18:28:55
Message-Id: 1448907997.a94de51c4e55c1cb281a97e7d05f59dba831e6d2.williamh@OpenRC
1 commit: a94de51c4e55c1cb281a97e7d05f59dba831e6d2
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Oct 29 16:27:27 2015 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 18:26:37 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a94de51c
7
8 consolefont: add after modules to dependencies
9
10 X-Gentoo-Bug: 559540
11 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540
12
13 init.d/consolefont.in | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/init.d/consolefont.in b/init.d/consolefont.in
17 index e56cc09..78cf915 100644
18 --- a/init.d/consolefont.in
19 +++ b/init.d/consolefont.in
20 @@ -7,7 +7,7 @@ description="Sets a font for the consoles."
21 depend()
22 {
23 need localmount termencoding
24 - after hotplug bootmisc
25 + after hotplug bootmisc modules
26 keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc
27 }