commit: a94de51c4e55c1cb281a97e7d05f59dba831e6d2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Thu Oct 29 16:27:27 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 18:26:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=a94de51c
consolefont: add after modules to dependencies X-Gentoo-Bug: 559540 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=559540 init.d/consolefont.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/consolefont.in b/init.d/consolefont.in index e56cc09..78cf915 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -7,7 +7,7 @@ description="Sets a font for the consoles." depend() { need localmount termencoding - after hotplug bootmisc + after hotplug bootmisc modules keyword -openvz -prefix -systemd-nspawn -uml -vserver -xenu -lxc }
