diff options
author | Marinus Schraal <foser@gentoo.org> | 2004-08-17 21:06:30 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2004-08-17 21:06:30 +0000 |
commit | d1733948f665c55ce7d33054c0e6f15fb720c7ea (patch) | |
tree | 4302d3dbcbcc6b99a61cdde942d0af03ea6ec43f /sys-apps/hal | |
parent | add a little postinst note (Manifest recommit) (diff) | |
download | gentoo-2-d1733948f665c55ce7d33054c0e6f15fb720c7ea.tar.gz gentoo-2-d1733948f665c55ce7d33054c0e6f15fb720c7ea.tar.bz2 gentoo-2-d1733948f665c55ce7d33054c0e6f15fb720c7ea.zip |
fix typo
Diffstat (limited to 'sys-apps/hal')
-rw-r--r-- | sys-apps/hal/hal-0.2.97.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/hal/hal-0.2.97.ebuild b/sys-apps/hal/hal-0.2.97.ebuild index 4d87b04f4eee..2656f61503d0 100644 --- a/sys-apps/hal/hal-0.2.97.ebuild +++ b/sys-apps/hal/hal-0.2.97.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.97.ebuild,v 1.2 2004/08/17 21:05:32 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.2.97.ebuild,v 1.3 2004/08/17 21:06:30 foser Exp $ inherit eutils debug python @@ -63,7 +63,7 @@ pkg_postinst() { ewarn "that will create mount rules for non-existing devices in" ewarn "fstab if needed, mount points will be created in /media." ewarn "This functionality alters your fstab runtime on the filesystem" - ewarn "and might affects certain applications." + ewarn "and might have unforseen side-effects." echo einfo "The HAL daemon needs to be running for certain applications to" einfo "work. Suggested is to add the init script to your start-up" |