Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 708950
Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- portage-2.3.84/bin/install-qa-check.d/90bad-bin-group-write
0
++ portage-2.3.84_new/bin/install-qa-check.d/90bad-bin-group-write
Lines 38-44 Link Here
38
					-maxdepth 1   \
38
					-maxdepth 1   \
39
					-type f       \
39
					-type f       \
40
					-perm /g+w    \
40
					-perm /g+w    \
41
					! -gid 0      \
41
					! -group 0      \
42
					-print0)
42
					-print0)
43
	done
43
	done
44
44
45
-- portage-2.3.84/bin/install-qa-check.d/90bad-bin-owner
45
++ portage-2.3.84_new/bin/install-qa-check.d/90bad-bin-owner
Lines 31-37 Link Here
31
		done < <(find -L "${d}"   \
31
		done < <(find -L "${d}"   \
32
					-maxdepth 1   \
32
					-maxdepth 1   \
33
					-type f       \
33
					-type f       \
34
					! -uid 0      \
34
					! -user 0      \
35
					-print0)
35
					-print0)
36
	done
36
	done
37
37

Return to bug 708950