Gentoo Archives: gentoo-dev

From: Duncan <1i5t5.duncan@×××.net>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: /etc/make.conf -> /etc/portage/make.conf
Date: Mon, 05 Nov 2012 21:59:31
Message-Id: pan.2012.11.05.21.58.12@cox.net
In Reply to: [gentoo-dev] /etc/make.conf -> /etc/portage/make.conf by "Rick \\\"Zero_Chaos\\\" Farina"
1 Rick \"Zero_Chaos\" Farina posted on Mon, 05 Nov 2012 15:48:22 -0500 as
2 excerpted:
3
4 > A quick grep of the tree:
5 >
6 > grep -R "/etc/make.conf" /usr/portage/*/*/*.ebuild
7
8 Quick suggestion. Grep for /etc/portage/make.conf as well, and eliminate
9 the files that show up in both lists. Untested:
10
11 grep -R /etc/make.conf "/usr/portage/*/*/*.ebuild" | \
12 grep -v /etc/make.conf
13
14 Because the fix is often to check both locations, so a grep for only the
15 old one will list a lot of the already fixed stuff too. But if a file
16 shows a hit for both, then it's either already fixed, or at least
17 someone's aware of and working on the problem.
18
19 --
20 Duncan - List replies preferred. No HTML msgs.
21 "Every nonfree program has a lord, a master --
22 and if you use the program, he is your master." Richard Stallman