projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38d480d
)
Change chmod 700 to chmod 600 when changing permissions on the cache files. Bug 356779
author
Paul Varner
<fuzzyray@gentoo.org>
Wed, 11 May 2011 00:43:20 +0000
(19:43 -0500)
committer
Paul Varner
<fuzzyray@gentoo.org>
Wed, 11 May 2011 00:43:20 +0000
(19:43 -0500)
bin/revdep-rebuild
patch
|
blob
|
history
diff --git
a/bin/revdep-rebuild
b/bin/revdep-rebuild
index e0341246054cc1c58b433cc0a91fef153a373438..7d8923863a5bc3457b8e195b06558e79b2eb9584 100755
(executable)
--- a/
bin/revdep-rebuild
+++ b/
bin/revdep-rebuild
@@
-629,7
+629,7
@@
get_search_env() {
for file in "${FILES[@]}"; do
if [ -e "$file" ]; then
chown ${uid}:portage "$file"
- chmod
7
00 "$file"
+ chmod
6
00 "$file"
fi
done
fi