aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-12-25 20:48:16 +0100
committerKay Sievers <kay.sievers@vrfy.org>2011-12-25 20:48:16 +0100
commitd1aacc0fa997a9757adc923792a6c17753d05084 (patch)
tree703150f95423e7397ed6b205eb334b7a91651e9b
parentdd8a93e0d8d4db1810e8d0bc438c19c97876b810 (diff)
downloadudev-d1aacc0fa997a9757adc923792a6c17753d05084.tar.gz
update NEWS
-rw-r--r--NEWS14
1 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index b87d3721..c0184100 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,16 @@
udev 175
========
-The default configure options have changed, packages need to be adapted
-otherwise udev will be installed in /usr. Example configuration options
-are in INSTALL.
-
-The default prefix moved from / to /usr to support installations without
-the historic / vs. /usr split.
+The default 'configure' install locations have changed. Packages for systems
+with the historic / vs. /usr split need to be adapted, otherwise udev will
+be installed in /usr and not work properly. Example configuration options are
+in INSTALL.
The default install location of the 'udevadm' tool moved from 'sbin'
to /usr/bin. Some tools expect udevadm in 'sbin'. A symlink to udevadm
needs to be manually created if needed.
-Kernel modules are now loaded directly by linking udev to 'libkmod'.
-The 'modprobe' tool is no longer executed by udev.
+Kernel modules are now loaded directly by linking udev to 'libkmod'. The
+'modprobe' tool is no longer executed by udev.
The 'blkid' tool is no longer executed from udev rules. Udev links
directly to libblkid now.