diff options
-rw-r--r-- | sci-misc/boinc/ChangeLog | 7 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-5.2.14.ebuild | 9 |
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 } |