diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-02-20 12:12:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-02-20 12:12:04 +0000 |
commit | 3a2cb14cfdf5ea8f7d4ed080dd46e30cda8a9297 (patch) | |
tree | 873e250495646f44e4a6482156e4eb9e51600bc4 /www-client | |
parent | Mask wifi for net-libs/xulrunner (diff) | |
download | gentoo-2-3a2cb14cfdf5ea8f7d4ed080dd46e30cda8a9297.tar.gz gentoo-2-3a2cb14cfdf5ea8f7d4ed080dd46e30cda8a9297.tar.bz2 gentoo-2-3a2cb14cfdf5ea8f7d4ed080dd46e30cda8a9297.zip |
Add warning about incorrect permissions.
(Portage version: 2.2.0_alpha87/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/surf/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/surf/surf-0.4.1-r1.ebuild | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/www-client/surf/ChangeLog b/www-client/surf/ChangeLog index 997e64599614..a5e62f21bdb8 100644 --- a/www-client/surf/ChangeLog +++ b/www-client/surf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/surf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.15 2012/02/20 12:07:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/ChangeLog,v 1.16 2012/02/20 12:12:04 jer Exp $ + + 20 Feb 2012; Jeroen Roovers <jer@gentoo.org> surf-0.4.1-r1.ebuild: + Add warning about incorrect permissions. *surf-0.4.1-r1 (20 Feb 2012) diff --git a/www-client/surf/surf-0.4.1-r1.ebuild b/www-client/surf/surf-0.4.1-r1.ebuild index ff36b2e207ba..3f6fd4accac9 100644 --- a/www-client/surf/surf-0.4.1-r1.ebuild +++ b/www-client/surf/surf-0.4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.1-r1.ebuild,v 1.1 2012/02/20 12:07:48 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/surf/surf-0.4.1-r1.ebuild,v 1.2 2012/02/20 12:12:04 jer Exp $ EAPI=4 @@ -56,3 +56,8 @@ src_install() { emake DESTDIR="${D}" PREFIX="/usr" install save_config config.h } + +pkg_postinst() { + ewarn "Please correct the permissions of your \$HOME/.surf/ directory" + ewarn "and its contents to no longer be world readable (see bug #404983)" +} |