From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0EE7613888F for ; Thu, 29 Oct 2015 16:36:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E528E0807; Thu, 29 Oct 2015 16:36:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43763E0807 for ; Thu, 29 Oct 2015 16:36:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 785B8340C30 for ; Thu, 29 Oct 2015 16:36:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827861A0C for ; Thu, 29 Oct 2015 16:36:25 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1446136047.4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/consolefont.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c X-VCS-Branch: master Date: Thu, 29 Oct 2015 16:36:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 120f0a2d-8cf0-4f49-96a8-ccc50ef21768 X-Archives-Hash: 5bfb77fef9f8a8f7c03a44d55a3e949c commit: 4cf6b0ecf7f5b35a6d80d76c60e77c3e1c7fee5c Author: William Hubbs gmail com> AuthorDate: Thu Oct 29 16:27:27 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Oct 29 16:27:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=4cf6b0ec 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 }