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 185FA138335 for ; Tue, 23 Oct 2018 22:00:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B7FE093D; Tue, 23 Oct 2018 22:00:23 +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 983DEE093D for ; Tue, 23 Oct 2018 22:00:23 +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 DE46D335CEF for ; Tue, 23 Oct 2018 22:00:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82A6844B for ; Tue, 23 Oct 2018 22:00:19 +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: <1540331960.75e9b66f6ff36d06bf1f8bd4824000f9f26106e0.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: / X-VCS-Repository: proj/openrc X-VCS-Files: NEWS.md X-VCS-Directories: / X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 75e9b66f6ff36d06bf1f8bd4824000f9f26106e0 X-VCS-Branch: master Date: Tue, 23 Oct 2018 22:00:19 +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: bd5af4b7-7736-4f79-8c56-b61e46b704df X-Archives-Hash: de317665f5bbaee4f2e622b002b2feb7 commit: 75e9b66f6ff36d06bf1f8bd4824000f9f26106e0 Author: William Hubbs gmail com> AuthorDate: Tue Oct 23 21:59:20 2018 +0000 Commit: William Hubbs gentoo org> CommitDate: Tue Oct 23 21:59:20 2018 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=75e9b66f news.md: add information about the modules service changes NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index f1400197..0d386190 100644 --- a/NEWS.md +++ b/NEWS.md @@ -26,6 +26,12 @@ supervise-daemon supports health checks, which are a periodic way to make sure a service is healthy. For more information on setting this up, please see supervise-daemon-guide.md. +The --first-time switch has been added to all modprobe commands in the +modules service. This means that, on Linux, you will see failures if a +module was loaded by an initramfs or device manager before this service +runs. These messages are harmless, but to clean them up, you should adjust your +modules autoload configuration. + ## OpenRC 0.37 start-stop-daemon now supports logging stdout and stderr of daemons to