summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/udev/udev-058.ebuild')
-rw-r--r--sys-fs/udev/udev-058.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/udev/udev-058.ebuild b/sys-fs/udev/udev-058.ebuild
index eca348410b0c..8780ab7d1a6d 100644
--- a/sys-fs/udev/udev-058.ebuild
+++ b/sys-fs/udev/udev-058.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-058.ebuild,v 1.11 2005/07/09 04:42:47 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-058.ebuild,v 1.12 2005/07/09 16:21:40 swegener Exp $
inherit eutils
@@ -163,13 +163,13 @@ pkg_postinst() {
ewarn " and you rely on the output of udevinfo for anything, please"
ewarn " either run 'udevstart' now, or reboot, in order to get a"
ewarn " up-to-date udev database."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 050"
ewarn " and you had written some custom permissions rules, please"
ewarn " realize that the permission rules are now part of the main"
ewarn " udev rules files and are not stand-alone anymore. This means"
ewarn " you need to rewrite them."
- ewarn " "
+ ewarn
ewarn "Note: If you are upgrading from a version of udev prior to 057"
ewarn " and you have written custom rules, and rely on the etc/dev.d/"
ewarn " functionality, please read the RELEASE-NOTES file for details"
@@ -177,6 +177,6 @@ pkg_postinst() {
ewarn " rules to work properly."
einfo "For more information on udev on Gentoo, writing udev rules, and"
- einfo " fixing known issues visit: "
+ einfo " fixing known issues visit:"
einfo " http://www.gentoo.org/doc/en/udev-guide.xml"
}