Gentoo Archives: gentoo-user

From: Mike Gilbert <floppym@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev upgrade 208 > 212-r1, openrc USE flag changed to disabled?
Date: Sun, 15 Jun 2014 02:42:41
Message-Id: CAJ0EP43sh9mPdrBxPf-1-S_=zuizCy201dystm63z9X_z7nB_g@mail.gmail.com
In Reply to: Re: [gentoo-user] udev upgrade 208 > 212-r1, openrc USE flag changed to disabled? by Alon Bar-Lev
1 On Sat, Jun 14, 2014 at 4:39 PM, Alon Bar-Lev <alonbl@g.o> wrote:
2 > INSTALL_MASK="/lib/systemd /lib32/systemd /lib64/systemd
3 > /usr/lib/systemd /usr/lib32/systemd /usr/lib64/systemd /etc/systemd"
4 >
5
6 Warning to the reader: Please do not copy/paste this particular
7 INSTALL_MASK setting. It may work with sys-fs/eudev, but it is quite
8 likely to break your system if you are using sys-fs/udev.
9
10 As well, the lib32 and lib64 entries should be unnecessary;
11 systemd-related files are only installed in /lib/systemd and
12 /usr/lib/systemd. Any package which installs them in lib32 or lib64 is
13 doing it wrong and should be fixed. Bug reports are welcome.
14
15 If you just want to exclude unit files, a much safer setting is this:
16
17 INSTALL_MASK="/lib/systemd/system /usr/lib/systemd/system"