From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21B701382C5 for ; Mon, 12 Mar 2018 02:43:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D612E0880; Mon, 12 Mar 2018 02:43:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 242ABE0880 for ; Mon, 12 Mar 2018 02:43:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 526CF335C49 for ; Mon, 12 Mar 2018 02:43:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D665D269 for ; Mon, 12 Mar 2018 02:43:00 +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: <1520298986.3e68013631765e00eddf118bc24e38254e7f6d64.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: init.d/ X-VCS-Repository: proj/openrc X-VCS-Files: init.d/swap.in X-VCS-Directories: init.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 3e68013631765e00eddf118bc24e38254e7f6d64 X-VCS-Branch: master Date: Mon, 12 Mar 2018 02:43:00 +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: 44627f6f-6a9f-488c-82c1-599f24319e44 X-Archives-Hash: 70114ea5e9af150645cf70a7b8341528 commit: 3e68013631765e00eddf118bc24e38254e7f6d64 Author: Scall users noreply github com> AuthorDate: Tue Mar 6 01:16:26 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Mar 6 01:16:26 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=3e680136 init.d: swap should always be started after root Otherwise if a swap file is being used, and swap is started before root, swapon may fail because of a read-only filesystem. init.d/swap.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d/swap.in b/init.d/swap.in index 546cb5f5..c40b263d 100644 --- a/init.d/swap.in +++ b/init.d/swap.in @@ -11,7 +11,7 @@ depend() { - after clock + after clock root before localmount keyword -docker -jail -lxc -openvz -prefix -systemd-nspawn -vserver }