diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2010-02-07 20:32:51 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2010-02-07 20:32:51 +0000 |
commit | 670165fd9dc308806cfd04fa0821b4d20d2daabd (patch) | |
tree | 3d26e218da19b9ec630adac14d81d6959883e009 /sys-fs/udev/udev-141-r1.ebuild | |
parent | Add inherit eutils: epatch is defined there. (diff) | |
download | gentoo-2-670165fd9dc308806cfd04fa0821b4d20d2daabd.tar.gz gentoo-2-670165fd9dc308806cfd04fa0821b4d20d2daabd.tar.bz2 gentoo-2-670165fd9dc308806cfd04fa0821b4d20d2daabd.zip |
Improve wording of devfs-compat message, Bug #301141. Sync udev-9999 to latest udev-151-r1.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/udev/udev-141-r1.ebuild')
-rw-r--r-- | sys-fs/udev/udev-141-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-141-r1.ebuild b/sys-fs/udev/udev-141-r1.ebuild index fc0fdb65d0d8..750348a5f07e 100644 --- a/sys-fs/udev/udev-141-r1.ebuild +++ b/sys-fs/udev/udev-141-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-141-r1.ebuild,v 1.3 2009/12/05 16:38:53 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-141-r1.ebuild,v 1.4 2010/02/07 20:32:51 zzam Exp $ # # Please do not remove this version: @@ -452,7 +452,7 @@ pkg_postinst() { if use devfs-compat; then ewarn - ewarn "You have devfs-compat use flag enabled." + ewarn "devfs-compat use flag is enabled (by default)." ewarn "This enables devfs compatible device names." ewarn "If you use /dev/md/*, /dev/loop/* or /dev/rd/*," ewarn "then please migrate over to using the device names" |