summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRepository QA checks <repo-qa-checks@gentoo.org>2016-09-27 14:47:47 +0000
committerRepository QA checks <repo-qa-checks@gentoo.org>2016-09-27 14:47:47 +0000
commited29fbe9eed28c46d53f87bbfc4a9d1660f29c54 (patch)
treee1309eb013dbc54ba41439e7af8422fee54f8ba7 /metadata/news
parentMerge updates from master (diff)
parentAdd news item for OpenRC-0.22 updates (diff)
downloadgentoo-ed29fbe9eed28c46d53f87bbfc4a9d1660f29c54.tar.gz
gentoo-ed29fbe9eed28c46d53f87bbfc4a9d1660f29c54.tar.bz2
gentoo-ed29fbe9eed28c46d53f87bbfc4a9d1660f29c54.zip
Merge commit 'eed6ce2e59fb151776283d9d9d88cb4df87a664f'
Diffstat (limited to 'metadata/news')
-rw-r--r--metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt b/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt
new file mode 100644
index 000000000000..48dfe46ce467
--- /dev/null
+++ b/metadata/news/2016-09-27-openrc_0_22_updates/2016-09-27-openrc_0_22_updates.en.txt
@@ -0,0 +1,22 @@
+Title: OpenRC 0.22 updates
+Author: William Hubbs <williamh@gentoo.org>
+Content-Type: text/plain
+Posted: 2016-09-27
+Revision: 1
+News-Item-Format: 1.0
+Display-If-Installed: <=sys-apps/openrc-0.22
+
+OpenRC 0.22 introduces the following changes:
+
+- In previous versions of OpenRC, configuration information was processed
+ so that service-specific configuration stored in /etc/conf.d/* was
+ overridden by global configuration stored in /etc/rc.conf. OpenRC 0.22
+ reverses that. Global configuration stored in /etc/rc.conf is read first
+ then overridden by configuration stored in /etc/conf.d/*.
+
+- The swapfiles service, which was basically a copy of the swap service,
+ has been removed. If you are only using local swap partitions, as
+ described in the handbook for example, this change will not affect you.
+ If you are using swap files or swap partitions on network-backed devices
+ such as iSCSI, please adjust the dependencies of the swap
+ service as shown in /etc/conf.d/swap to reflect your situation.