Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Purpose of sys-fs/udev-init-scripts
Date: Sat, 09 Nov 2013 04:39:10
Message-Id: CADPrc83ZxZxirv6-dUVny5HDOq_AgvqWDzvsHWpMWb0eKJFNhA@mail.gmail.com
In Reply to: [gentoo-user] Purpose of sys-fs/udev-init-scripts by Pavel Volkov
1 On Nov 8, 2013 4:27 PM, "Pavel Volkov" <negaipub@×××××.com> wrote:
2 >
3 > Does sys-fs/udev-init-scripts serve any purpose on a system that:
4 > 1. Has systemd installed and openrc uninstalled
5 > 2. Has INSTALL_MASK="/etc/init.d/" set in make.conf
6 >
7 > I'm asking because sys-fs/udev-init-scripts is a dependency of sys-
8 > apps/systemd and I can't figure out why.
9 > I currenly added it to package.provided.
10 >
11 > This is the list of files it contains:
12 > /etc
13 > /etc/conf.d
14 > /etc/conf.d/udev
15 > /usr
16 > /usr/lib
17 > /usr/lib/udev
18 > /usr/lib/udev/dev-root-link.sh
19 > /usr/lib/udev/net.sh
20 > /usr/lib/udev/rules.d
21 > /usr/lib/udev/rules.d/90-network.rules
22 > /usr/share
23 > /usr/share/doc
24 > /usr/share/doc/udev-init-scripts-26
25 > /usr/share/doc/udev-init-scripts-26/README.bz2
26
27 The idea for it is that you can install systemd, and keep using OpenRC with
28 systemd as udev provider. Those scripts help with that.
29
30 If you use systemd exclusively, you can add udev-init-scripts to
31 package.provided.
32
33 Regards.