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 7D47D138330 for ; Thu, 25 Aug 2016 22:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FEE0E09C5; Thu, 25 Aug 2016 22:35:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1027BE09C5 for ; Thu, 25 Aug 2016 22:35:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61E2C340A3B for ; Thu, 25 Aug 2016 22:35:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 559422460 for ; Thu, 25 Aug 2016 22:35: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: <1472164384.5d5856c193768d24f11d5f0533e48c39526aef5c.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: 5d5856c193768d24f11d5f0533e48c39526aef5c X-VCS-Branch: master Date: Thu, 25 Aug 2016 22:35: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: 0d7ceb61-c393-4e9b-bbc0-9819904ff7d8 X-Archives-Hash: d5e0c91581ea3ef71895e98800b8a589 commit: 5d5856c193768d24f11d5f0533e48c39526aef5c Author: William Hubbs gmail com> AuthorDate: Thu Aug 25 22:33:04 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Aug 25 22:33:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5d5856c1 Update news file Add information on modules-load service and more explanation about dealing with the rc -> openrc and runscript -> openrc-run transitions. NEWS.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/NEWS.md b/NEWS.md index c7e2d12..1a445bd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -17,6 +17,19 @@ these files for the setup. The deprecation messages in 0.13.x for runscript and rc are now made visible in preparation for the removal of these binaries in 1.0. +The steps you should take to get rid of these warnings is to run openrc +in initialization steps instead of rc and change the shebang lines in +service scripts to refer to "openrc-run" instead of "runscript". + +In 0.21.4, a modules-load service was added. This works like the +equivalent service in systemd. It looks for files named *.conf first in +/usr/lib/modules-load.d, then /run/modules-load.d, then +/etc/modules-lload.d. These files contain, a list of modules, one per +line, which should be loaded into the kernel. If a file name appears in +/run/modules-load.d, it overrides a file of the same name in +/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d +overrides a file of the same name in both previous directories. + ## OpenRC-0.19 This version adds a net-online service. By default, this