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

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- a/modprobe.c
0
++ b/modprobe.c
Lines 1289-1294 Link Here
1289
	DIR *dir;
1289
	DIR *dir;
1290
	int ret = 0;
1290
	int ret = 0;
1291
1291
1292
	/* Ignore hidden dirs.  This allows people to maintain things with
1293
	 * SCMs like .svn/ or .git/ or ...
1294
	 */
1295
	if ((strncmp(filename, "/etc/modprobe.d/.", 17) == 0) || (strncmp(filename, "/etc/modules.d/.", 16) == 0))
1296
		return 1;
1297
1292
	/* Reiser4 has file/directory duality: treat it as both. */
1298
	/* Reiser4 has file/directory duality: treat it as both. */
1293
	dir = opendir(filename);
1299
	dir = opendir(filename);
1294
	if (dir) {
1300
	if (dir) {

Return to bug 245271