summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-08-18 07:45:58 +0000
committerAlin Năstac <mrness@gentoo.org>2007-08-18 07:45:58 +0000
commiteeedbe57f5f3f40963df743d98f8991f40247fac (patch)
treee8222411507a7910ba9cec85de3bdcc704650796 /app-mobilephone
parentRemove obsolete version. (diff)
downloadgentoo-2-eeedbe57f5f3f40963df743d98f8991f40247fac.tar.gz
gentoo-2-eeedbe57f5f3f40963df743d98f8991f40247fac.tar.bz2
gentoo-2-eeedbe57f5f3f40963df743d98f8991f40247fac.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/ChangeLog5
-rw-r--r--app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog
index 3afb8a38498a..7834ec0b180c 100644
--- a/app-mobilephone/gnokii/ChangeLog
+++ b/app-mobilephone/gnokii/ChangeLog
@@ -1,6 +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.60 2007/08/17 07:48:04 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.61 2007/08/18 07:45:58 mrness Exp $
+
+ 18 Aug 2007; Alin Năstac <mrness@gentoo.org> gnokii-0.6.14-r2.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.14-r2.ebuild b/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild
index 6a7a3385b78b..0106a7fdf2f4 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.10 2007/08/11 19:19:09 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.14-r2.ebuild,v 1.11 2007/08/18 07:45:58 mrness Exp $
inherit eutils flag-o-matic linux-info
@@ -127,9 +127,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."