Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc:master commit in: /
Date: Thu, 25 Aug 2016 22:35:25
Message-Id: 1472164384.5d5856c193768d24f11d5f0533e48c39526aef5c.williamh@OpenRC
1 commit: 5d5856c193768d24f11d5f0533e48c39526aef5c
2 Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 25 22:33:04 2016 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 25 22:33:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=5d5856c1
7
8 Update news file
9
10 Add information on modules-load service and more explanation about
11 dealing with the rc -> openrc and runscript -> openrc-run transitions.
12
13 NEWS.md | 13 +++++++++++++
14 1 file changed, 13 insertions(+)
15
16 diff --git a/NEWS.md b/NEWS.md
17 index c7e2d12..1a445bd 100644
18 --- a/NEWS.md
19 +++ b/NEWS.md
20 @@ -17,6 +17,19 @@ these files for the setup.
21 The deprecation messages in 0.13.x for runscript and rc are now
22 made visible in preparation for the removal of these binaries in 1.0.
23
24 +The steps you should take to get rid of these warnings is to run openrc
25 +in initialization steps instead of rc and change the shebang lines in
26 +service scripts to refer to "openrc-run" instead of "runscript".
27 +
28 +In 0.21.4, a modules-load service was added. This works like the
29 +equivalent service in systemd. It looks for files named *.conf first in
30 +/usr/lib/modules-load.d, then /run/modules-load.d, then
31 +/etc/modules-lload.d. These files contain, a list of modules, one per
32 +line, which should be loaded into the kernel. If a file name appears in
33 +/run/modules-load.d, it overrides a file of the same name in
34 +/usr/lib/modules-load.d. A file appearing in /etc/modules-load.d
35 +overrides a file of the same name in both previous directories.
36 +
37 ## OpenRC-0.19
38
39 This version adds a net-online service. By default, this