diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 02:25:07 +0200 |
commit | 6133f3432fe86bc140cc9ba74794826f75c915fa (patch) | |
tree | 1199e3d6f005b66ea7b0d8b34d5ef323d7ee3cc0 /NEWS | |
parent | 29cf5b58be1a783157edc37d7151d86acbdd5732 (diff) |
cleanup ./configure installation directory options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ udev 143 ======== Bugfixes. +The configure options have changed because another library needs to be +installed in a different location. Instead of exec_prefix and udev_prefix, +libdir, rootlibdir and libexecdir are used. The Details are explained in +the README file. + Event processes now get re-used after they handled an event. This reduces the number of forks and the pressure on the CPU significantly, because cloned event processes no longer cause page faults in the main daemon. |