summaryrefslogtreecommitdiff
path: root/metadata/news/2018-01-23-systemd-blocker
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
commit38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch)
tree6fce284d5bfddaf597a490ac66069d16c6a485db /metadata/news/2018-01-23-systemd-blocker
parent0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff)
gentoo resync : 25.01.2018
Diffstat (limited to 'metadata/news/2018-01-23-systemd-blocker')
-rw-r--r--metadata/news/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt46
1 files changed, 46 insertions, 0 deletions
diff --git a/metadata/news/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt b/metadata/news/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt
new file mode 100644
index 000000000000..17692d9b6eac
--- /dev/null
+++ b/metadata/news/2018-01-23-systemd-blocker/2018-01-23-systemd-blocker.en.txt
@@ -0,0 +1,46 @@
+Title: systemd sysv-utils blocker resolution
+Author: Mike Gilbert <floppym@gentoo.org>
+Posted: 2018-01-23
+Revision: 2
+News-Item-Format: 2.0
+Display-If-Installed: <sys-apps/systemd-236-r4
+
+Starting with systemd-236, the sysv-utils USE flag is enabled by
+default.
+
+The sysv-utils USE flag controls installation of symlinks for several
+key commands:
+
+ /sbin/halt -> ../bin/systemctl
+ /sbin/init -> ../lib/systemd/systemd
+ /sbin/reboot -> ../bin/systemctl
+ /sbin/poweroff -> ../bin/systemctl
+ /sbin/runlevel -> ../bin/systemctl
+ /sbin/shutdown -> ../bin/systemctl
+ /sbin/telinit -> ../bin/systemctl
+
+These commands are otherwise provided by sys-apps/sysvinit. This package
+is blocked by systemd when the sysv-utils USE flag is enabled.
+
+Enabling sysv-utils should cause Portage to un-merge sysvinit and OpenRC
+if they are currently installed. emerge may emit a warning message
+before doing so; if you are booting with systemd, this message is safe
+to ignore.
+
+If you wish to keep sysvinit (and openrc) installed, you may disable the
+sysv-utils USE flag locally.
+
+If you run into unresolvable blockers with sysv-utils enabled, ensure
+that you do not have any reverse dependencies of sys-apps/sysvinit
+selected (in your world file).
+
+Common packages to look for:
+
+ sys-apps/sysvinit
+ sys-apps/openrc
+ net-misc/netifrc
+
+The equery command from gentoolkit may help track down installed
+packages that depend on openrc.
+
+ equery depends sys-apps/openrc