diff options
Diffstat (limited to 'app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild')
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild index d8c39cb9c057..6a7a3385b78b 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.9 2007/07/28 16:39:35 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.10 2007/08/11 19:19:09 seemant Exp $ inherit eutils flag-o-matic linux-info @@ -127,10 +127,11 @@ src_install() { } pkg_postinst() { - elog "gnokii does not need it's own group anymore." + elog "gnokii does not need its own group anymore." elog "Make sure the user that runs gnokii has read/write access to the device" elog "which your phone is connected to. eg. chown <user> /dev/ttyS0" echo - ewarn "We received at least one report of gnokii with usb connection breaking the phone," - ewarn "which was in need to be serviced afterwards. Be careful if you decide to try that..." + ewarn "We've received at least one report of gnokii with USB connection" + ewarn "breaking the phone, which needed to be serviced afterwards." + ewarn "Be careful if you decide to try that..." } |