summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udev/ChangeLog')
-rw-r--r--sys-fs/udev/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 1b4459389334..a7be46b4ea03 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,13 +1,14 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.986 2014/02/21 12:00:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.987 2014/02/21 12:18:06 ssuominen Exp $
21 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
- Fix bash completion directory using bash-completion-r1.eclass. Install
- 99-default.link to /lib/systemd and move udevd binary there as well to follow
- suit. Remove reference to now non-existing 80-net-name-slot.rules from
- postinst message. Sort ./configure flags based on --help and only pass
- required --disable flags.
+ Use bash-completion-r1.eclass to determine directory for udevadm.
+ Since /lib/udev/rules.d/80-net-name-slot.rules was replaced with
+ /lib/systemd/network/99-default.link, start installing udevd as
+ systemd-udevd to it's original location at /lib/systemd too.
+ Sort configure flags based on ./configure --help and pass only
+ required --disable flags for ebuild readability.
16 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
Check for CONFIG_FHANDLE wrt http://cgit.freedesktop.org/systemd/systemd/commi