diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-21 08:12:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-05-21 08:12:49 +0000 |
commit | d6461a9620927e8b72885adf01ee91ddb4e3ef07 (patch) | |
tree | 08ac0aacf041a5883d042f3bcbe95910e48a8fb6 /sys-fs/udev | |
parent | stable on hppa (diff) | |
download | gentoo-2-d6461a9620927e8b72885adf01ee91ddb4e3ef07.tar.gz gentoo-2-d6461a9620927e8b72885adf01ee91ddb4e3ef07.tar.bz2 gentoo-2-d6461a9620927e8b72885adf01ee91ddb4e3ef07.zip |
repoman: Trim trailing whitespace
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/udev-058.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/udev-058.ebuild b/sys-fs/udev/udev-058.ebuild index 6ca7da7adb61..89443e08dcdc 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.1 2005/05/20 21:01:42 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-058.ebuild,v 1.2 2005/05/21 08:10:40 mr_bones_ Exp $ inherit eutils @@ -158,7 +158,7 @@ pkg_postinst() { killall -9 udevd &>/dev/null fi - # people want reminders, I'll give them reminders. Odds are they will + # people want reminders, I'll give them reminders. Odds are they will # just ignore them anyway... ewarn "Note: If you are upgrading from a version of udev prior to 046" ewarn " and you rely on the output of udevinfo for anything, please" @@ -176,7 +176,7 @@ pkg_postinst() { ewarn " functionality, please read the RELEASE-NOTES file for details" ewarn " on what has changed with this feature, and how to change your" ewarn " rules to work properly." - + einfo "For more information on udev on Gentoo, writing udev rules, and" einfo " fixing known issues visit: " einfo " http://www.gentoo.org/doc/en/udev-guide.xml" |