diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2005-08-30 19:11:56 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2005-08-30 19:11:56 +0000 |
commit | 419971109722f5cb89f5dea9c16e158f31e335d0 (patch) | |
tree | 285415955e2f68babdd033aac777fdfaa1767d9a /sys-fs/udev | |
parent | Added interim 3dgamers mirrors with full paths until I get all ebuilds updated. (diff) | |
download | gentoo-2-419971109722f5cb89f5dea9c16e158f31e335d0.tar.gz gentoo-2-419971109722f5cb89f5dea9c16e158f31e335d0.tar.bz2 gentoo-2-419971109722f5cb89f5dea9c16e158f31e335d0.zip |
mark 068 stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/udev/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/udev/udev-068.ebuild | 13 |
3 files changed, 20 insertions, 5 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 8b6f697b1183..49dc1d5a5696 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-fs/udev # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.131 2005/08/18 17:44:09 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.132 2005/08/30 19:11:56 gregkh Exp $ + + 30 Aug 2005; Greg Kroah-Hartman <gregkh@gentoo.org> udev-068.ebuild: + Add more info messages (like anyone reads them...) for people upgrading + to the latest 068 release that does not have devfs style names anymore. + + Marked 068 stable on x86, let the bugs begin... *udev-068 (18 Aug 2005) diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest index e122c937f928..f5f3eac53545 100644 --- a/sys-fs/udev/Manifest +++ b/sys-fs/udev/Manifest @@ -1,4 +1,4 @@ -MD5 fe1e21a9718808e04d37bcb494f9190a ChangeLog 24713 +MD5 d7a0e363aa069a1744d6772e513818a7 ChangeLog 24986 MD5 075d5a933d6175160a02ddf15bd4f454 metadata.xml 260 MD5 43820d124485c872fbebc855051bbe4a udev-030.ebuild 3525 MD5 8853cecf2a4fc6d2306d420947923ad9 udev-062.ebuild 5811 @@ -8,7 +8,7 @@ MD5 e2a53fca2d5528fb8fd8830f52833c35 udev-064.ebuild 5876 MD5 d79f919d887e411742660e92adec76fd udev-065.ebuild 5917 MD5 3fd5842b6468f5fd506f0cbb9811db9d udev-064-r1.ebuild 6011 MD5 6ff199945dba1c1ad03d9cc6335c6d9a udev-066.ebuild 5914 -MD5 df7cd1edd603b1bb95cf9c92de99a1a9 udev-068.ebuild 6017 +MD5 49357782a9159676c29d65e3213a60c9 udev-068.ebuild 6577 MD5 428e955c009eebb4173dd0e059327e96 udev-067.ebuild 5914 MD5 274d69058f9dc59364249e2baf27705b udev-056.ebuild 4380 MD5 1a5f0127787af194bf038bc3f2338a6b udev-058.ebuild 5158 diff --git a/sys-fs/udev/udev-068.ebuild b/sys-fs/udev/udev-068.ebuild index dc37725609d0..9a6b56edc9ea 100644 --- a/sys-fs/udev/udev-068.ebuild +++ b/sys-fs/udev/udev-068.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-068.ebuild,v 1.1 2005/08/18 17:44:09 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-068.ebuild,v 1.2 2005/08/30 19:11:56 gregkh Exp $ inherit eutils flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86" IUSE="static selinux" DEPEND="sys-apps/hotplug-base" @@ -192,6 +192,15 @@ pkg_postinst() { ewarn " want to write some very cool and power udev rules, please " ewarn " read the RELEASE-NOTES file for details on what has changed" ewarn " with this feature, and how to change your rules to work properly." + ewarn + ewarn "Note: If you are upgrading from a version of udev prior to 063" + ewarn " and you use the devfs-style names for your block devices" + ewarn " or use devfs-style names in /etc/inittab or /etc/securetty or" + ewarn " your GRUB or LILO kernel boot command line, you need to" + ewarn " change them back to LSB compliant names, as the devfs names are" + ewarn " now gone. If you wish to use some persistent names for your" + ewarn " block devices, look at the symlinks in /dev/disk/ for the names" + ewarn " you can use." einfo einfo "For more information on udev on Gentoo, writing udev rules, and" |