diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-08-18 07:48:30 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-08-18 07:48:30 +0000 |
commit | 67444b0df5b00c20830cb1bed0319652e5cef8e3 (patch) | |
tree | b7856401e5d38a20da45ef8c01821a16421f7966 /app-mobilephone | |
parent | Modify postinst message according to bug #189270. (diff) | |
download | gentoo-2-67444b0df5b00c20830cb1bed0319652e5cef8e3.tar.gz gentoo-2-67444b0df5b00c20830cb1bed0319652e5cef8e3.tar.bz2 gentoo-2-67444b0df5b00c20830cb1bed0319652e5cef8e3.zip |
Modify postinst message according to bug #189270.
(Portage version: 2.1.2.11)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.17.ebuild | 6 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index 7834ec0b180c..6d159f0fdf15 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,8 +1,9 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.61 2007/08/18 07:45:58 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.62 2007/08/18 07:48:30 mrness Exp $ - 18 Aug 2007; Alin Năstac <mrness@gentoo.org> gnokii-0.6.14-r2.ebuild: + 18 Aug 2007; Alin Năstac <mrness@gentoo.org> gnokii-0.6.14-r2.ebuild, + gnokii-0.6.17.ebuild, gnokii-0.6.18-r1.ebuild: Modify postinst message according to bug #189270. *gnokii-0.6.18-r1 (17 Aug 2007) diff --git a/app-mobilephone/gnokii/gnokii-0.6.17.ebuild b/app-mobilephone/gnokii/gnokii-0.6.17.ebuild index c06f8d7f9248..90b9d24df70f 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.17.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.17.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.17.ebuild,v 1.4 2007/08/11 19:19:09 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.17.ebuild,v 1.5 2007/08/18 07:48:30 mrness Exp $ inherit eutils flag-o-matic linux-info @@ -128,9 +128,9 @@ src_install() { } pkg_postinst() { - 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" + elog "which your phone is connected to." + elog "The simple way of doing that is to add your user to the uucp group." echo ewarn "We've received at least one report of gnokii with USB connection" ewarn "breaking the phone, which needed to be serviced afterwards." diff --git a/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild b/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild index 11dcf49153ec..e75846f472f0 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.18-r1.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.18-r1.ebuild,v 1.1 2007/08/17 07:48:04 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.18-r1.ebuild,v 1.2 2007/08/18 07:48:30 mrness Exp $ inherit eutils flag-o-matic linux-info autotools @@ -131,9 +131,9 @@ src_install() { } pkg_postinst() { - 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" + elog "which your phone is connected to." + elog "The simple way of doing that is to add your user to the uucp group." echo ewarn "We've received at least one report of gnokii with USB connection" ewarn "breaking the phone, which needed to be serviced afterwards." |