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

(-)depscan.sh.old (-3 / +5 lines)
Lines 65-72 Link Here
65
	done
65
	done
66
	rm -f "${mtime_test}"
66
	rm -f "${mtime_test}"
67
67
68
	${clock_screw} && \
68
	if ${clock_screw} ; then
69
		ewarn "Some file in '/etc/{conf.d,init.d}' have Modification time in the future!"
69
		ewarn "One of the files in /etc/{conf.d,init.d} or /etc/rc.conf"
70
		ewarn "has a modification time in the future!"
71
	fi
70
72
71
	shift
73
	shift
72
fi
74
fi
Lines 75-81 Link Here
75
77
76
ebegin "Caching service dependencies"
78
ebegin "Caching service dependencies"
77
79
78
# Clean out the non volitile directories ...
80
# Clean out the non volatile directories ...
79
rm -rf "${mysvcdir}"/dep{cache,tree} "${mysvcdir}"/{broken,snapshot}/*
81
rm -rf "${mysvcdir}"/dep{cache,tree} "${mysvcdir}"/{broken,snapshot}/*
80
82
81
retval=0
83
retval=0

Return to bug 130040