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 3F6F71381F3 for ; Fri, 18 Oct 2013 20:40:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40FB3E0BFB; Fri, 18 Oct 2013 20:40:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CDC7CE0BFA for ; Fri, 18 Oct 2013 20:40:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4CC733EF91 for ; Fri, 18 Oct 2013 20:40:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 97CD5E545D for ; Fri, 18 Oct 2013 20:40:17 +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: <1382127744.b8a016aaba5e0c480fe0856949d54df5c5ec7463.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:openrc-0.12.x commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/fsck.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: b8a016aaba5e0c480fe0856949d54df5c5ec7463 X-VCS-Branch: openrc-0.12.x Date: Fri, 18 Oct 2013 20:40:17 +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: bb0e0a6d-1d77-40c2-b9b0-2363c8123047 X-Archives-Hash: 83768f6c62434d6331838971830aa207 commit: b8a016aaba5e0c480fe0856949d54df5c5ec7463 Author: Alexander V Vershilov gentoo org> AuthorDate: Fri Aug 16 05:47:09 2013 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Oct 18 20:22:24 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=b8a016aa Add uml keyword to fsck service. Fix relevant an issue mentioned by Toralf Förster. X-Gentoo-Bug: 481096. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=481096 --- init.d/fsck.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/fsck.in b/init.d/fsck.in index 7a91fcd..9db5119 100644 --- a/init.d/fsck.in +++ b/init.d/fsck.in @@ -9,7 +9,7 @@ _IFS=" depend() { use dev clock modules - keyword -jail -openvz -prefix -timeout -vserver -lxc + keyword -jail -openvz -prefix -timeout -vserver -lxc -uml } _abort() {