Gentoo Archives: gentoo-portage-dev

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-portage-dev@l.g.o
Subject: [gentoo-portage-dev] PATCH: Alter ccache directory permissions to match what is tested for (#99101)
Date: Mon, 18 Jul 2005 03:18:26
Message-Id: 200507181217.59677.jstubbs@gentoo.org
1 http://bugs.gentoo.org/show_bug.cgi?id=99101
2
3 Author: Jason Stubbs
4
5 It is possible that the ccache dir does not have the g+x permission
6 bit. The test that checks if ccache permissions are appropriate
7 becomes true if that permission bit is not set, but the permission
8 adjustment block does not adjust the permission bit appropriately.
9 This causes the permission adjusting block to be run every time.
10
11 --
12 Jason Stubbs

Attachments

File name MIME type
99101_ccache_perms_adjust.patch text/x-diff