summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2008-08-28 16:18:59 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2008-08-28 16:18:59 +0000
commit1a6fd075720a44ddd58f9b53f22f4f7c66b1e4fb (patch)
treedea35c600e5503c7f43cf553ba87584a03376495 /sys-fs
parentversion bump (diff)
downloadgentoo-2-1a6fd075720a44ddd58f9b53f22f4f7c66b1e4fb.tar.gz
gentoo-2-1a6fd075720a44ddd58f9b53f22f4f7c66b1e4fb.tar.bz2
gentoo-2-1a6fd075720a44ddd58f9b53f22f4f7c66b1e4fb.zip
Change user-message about udevadm and initramfs, as there are no longer any symlinks but only udevadm executable, thanks to polynomial-c for noticing.
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-tuxonice-r6 i686)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog7
-rw-r--r--sys-fs/udev/udev-126.ebuild6
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index e591865a2a0e..7ec2985adef2 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.405 2008/08/28 09:19:09 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.406 2008/08/28 16:18:59 zzam Exp $
+
+ 28 Aug 2008; Matthias Schwarzott <zzam@gentoo.org> udev-126.ebuild:
+ Change user-message about udevadm and initramfs, as there are no longer
+ any symlinks but only udevadm executable, thanks to polynomial-c for
+ noticing.
28 Aug 2008; Matthias Schwarzott <zzam@gentoo.org> udev-126.ebuild:
Use configure parameters as designed. (--prefix vs. --exec-prefix). No
diff --git a/sys-fs/udev/udev-126.ebuild b/sys-fs/udev/udev-126.ebuild
index 3900bae0c1db..5c54e23f185f 100644
--- a/sys-fs/udev/udev-126.ebuild
+++ b/sys-fs/udev/udev-126.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-126.ebuild,v 1.3 2008/08/28 09:19:09 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-126.ebuild,v 1.4 2008/08/28 16:18:59 zzam Exp $
inherit eutils flag-o-matic multilib toolchain-funcs versionator autotools
@@ -319,8 +319,8 @@ pkg_postinst() {
ewarn "If you build an initramfs including udev, then please"
ewarn "make sure that the /sbin/udevadm binary gets included,"
- ewarn "as the helper apps udevinfo, udevtrigger, ... are now"
- ewarn "only symlinks to udevadm."
+ ewarn "and your scripts changed to use it,as it replaces the"
+ ewarn "old helper apps udevinfo, udevtrigger, ..."
ewarn
ewarn "mount options for directory /dev are no longer"