diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-28 00:06:59 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-28 00:06:59 +0000 |
commit | f878e5ffff2c45428043feb15f9a4bdc593ee6fa (patch) | |
tree | f0e66ec5f701e0ff8a5871acd4d771ee0a2047d3 /sci-misc | |
parent | Version bump #249128 by Raúl Porcel. (diff) | |
download | gentoo-2-f878e5ffff2c45428043feb15f9a4bdc593ee6fa.tar.gz gentoo-2-f878e5ffff2c45428043feb15f9a4bdc593ee6fa.tar.bz2 gentoo-2-f878e5ffff2c45428043feb15f9a4bdc593ee6fa.zip |
Update information about password stored for boinc. Just cosmetic.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/boinc/ChangeLog | 5 | ||||
-rw-r--r-- | sci-misc/boinc/boinc-6.2.15.ebuild | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-misc/boinc/ChangeLog b/sci-misc/boinc/ChangeLog index 1d1eed8af827..89dde24d99b2 100644 --- a/sci-misc/boinc/ChangeLog +++ b/sci-misc/boinc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-misc/boinc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.43 2008/11/27 19:49:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/ChangeLog,v 1.44 2008/11/28 00:06:59 scarabeus Exp $ + + 28 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> boinc-6.2.15.ebuild: + Update confusing information about password for graphical client. 27 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +files/gui_rpc_auth.cfg, boinc-6.2.15.ebuild: diff --git a/sci-misc/boinc/boinc-6.2.15.ebuild b/sci-misc/boinc/boinc-6.2.15.ebuild index 8901276a7226..dc1fafd672cf 100644 --- a/sci-misc/boinc/boinc-6.2.15.ebuild +++ b/sci-misc/boinc/boinc-6.2.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.2.15.ebuild,v 1.2 2008/11/27 19:49:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/boinc/boinc-6.2.15.ebuild,v 1.3 2008/11/28 00:06:59 scarabeus Exp $ EAPI="1" @@ -209,9 +209,8 @@ pkg_postinst() { fi echo # Add warning about the new password for the client, bug 121896. - elog "If you need to use the graphical client the password is in " - elog "/var/lib/${PN}/gui_rpc_auth.cfg which is randomly generated " - elog "by ${PN} upon successfully running the gui for the first time." - elog "You can change this to something more memorable." + elog "If you need to use the graphical client the password is in" + elog "/var/lib/${PN}/gui_rpc_auth.cfg which is for first run empty." + elog "You should change this to something more secure." echo } |