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: Thu, 29 Oct 2015 16:36:31
Message-Id: 1446136047.4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c.williamh@OpenRC
1 commit: 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c
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: Thu Oct 29 16:27:27 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4cf6b0ec
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 }