summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus D. Hanwell <cryos@gentoo.org>2006-02-25 19:44:22 +0000
committerMarcus D. Hanwell <cryos@gentoo.org>2006-02-25 19:44:22 +0000
commit73af74b5d74b6153c46ef6083833882daf03498c (patch)
tree190c685035df47263d6d6e96ed55749431c9ff7e /sci-misc/boinc
parentHeader fix (diff)
downloadgentoo-2-73af74b5d74b6153c46ef6083833882daf03498c.tar.gz
gentoo-2-73af74b5d74b6153c46ef6083833882daf03498c.tar.bz2
gentoo-2-73af74b5d74b6153c46ef6083833882daf03498c.zip
Add warning about client password, bug 121896.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'sci-misc/boinc')
-rw-r--r--sci-misc/boinc/ChangeLog7
-rw-r--r--sci-misc/boinc/boinc-5.2.14.ebuild9
2 files changed, 12 insertions, 4 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog
index 33426cd55a71..82c48cb5f97b 100644
--- a/sci-misc/boinc/ChangeLog
+++ b/sci-misc/boinc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-misc/boinc
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.18 2005/12/18 13:29:00 cryos Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.19 2006/02/25 19:44:22 cryos Exp $
+
+ 25 Feb 2006; Marcus D. Hanwell <cryos@gentoo.org> boinc-5.2.14.ebuild:
+ Add warning about client password, bug 121896.
18 Dec 2005; Marcus D. Hanwell <cryos@gentoo.org> files/boinc.init,
boinc-5.2.14.ebuild:
diff --git a/sci-misc/boinc/boinc-5.2.14.ebuild b/sci-misc/boinc/boinc-5.2.14.ebuild
index cc749326dc3b..fbbf2960ebe9 100644
--- a/sci-misc/boinc/boinc-5.2.14.ebuild
+++ b/sci-misc/boinc/boinc-5.2.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.3 2005/12/18 13:29:00 cryos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-5.2.14.ebuild,v 1.4 2006/02/25 19:44:22 cryos Exp $
inherit eutils
@@ -86,4 +86,9 @@ pkg_postinst() {
einfo "project. Contact BOINC directly for further information."
fi
echo
+ # Add warning about the new password for the client, bug 121896.
+ einfo "If you need to use the graphical client the password is in "
+ einfo "/var/lib/boinc/gui_rpc_auth.cfg which is randomly generated "
+ einfo "by BOINC. You can change this to something more memorable."
+ echo
}