aboutsummaryrefslogtreecommitdiff
blob: 5ab36d74f9953a174e6142784f9329382137f2ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Title: udev-init-scripts-29 important changes
Author: William Hubbs <williamh@gentoo.org>
Content-Type: text/plain
Posted: 2015-06-08
Revision: 2
News-Item-Format: 1.0
Display-If-Installed: <=sys-fs/udev-init-scripts-29

In udev-init-scripts-29 and newer, the udev service script has been
split into udev, udev-settle and udev-trigger.

This means the settings in /etc/conf.d/udev have also been migrated
to the appropriate /etc/conf.d files, so be careful when you update your
configuration settings.

udev and udev-trigger will be added to your sysinit runlevel, but not
udev-settle. udev-settle should not be added to a runlevel. Instead, if
a service needs this, it should add "need udev-settle" to its
dependencies.