Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 114218 | Differences between
and this patch

Collapse All | Expand All

(-)tmpreaper.c.orig (-7 / +7 lines)
Lines 464-476 Link Here
464
		    continue;
464
		    continue;
465
		}
465
		}
466
466
467
		if (S_ISDIR (sb.st_mode)) {
468
		    cleanupDirectory (ent->d_name, killTime, flags);
469
		    message (LOG_VERBOSE,
470
			     "(PID %u) Back from recursing down `%s'.\n",
471
			     (u_int) getpid(), ent->d_name);
472
		}
473
474
		if (FLAGS_PROTECT_P (flags)) {
467
		if (FLAGS_PROTECT_P (flags)) {
475
		    skip = i = 0;
468
		    skip = i = 0;
476
		    do {
469
		    do {
Lines 486-491 Link Here
486
			continue;
479
			continue;
487
		}
480
		}
488
481
482
		if (S_ISDIR (sb.st_mode)) {
483
		    cleanupDirectory (ent->d_name, killTime, flags);
484
		    message (LOG_VERBOSE,
485
			     "(PID %u) Back from recursing down `%s'.\n",
486
			     (u_int) getpid(), ent->d_name);
487
		}
488
489
		/* Decide whether to remove the file or not */
489
		/* Decide whether to remove the file or not */
490
		/* check for mtime on directory instead of atime if requested */
490
		/* check for mtime on directory instead of atime if requested */
491
		if ( FLAGS_MTIME_P(flags) ||
491
		if ( FLAGS_MTIME_P(flags) ||

Return to bug 114218