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

(-)rc.old (-1 / +4 lines)
Lines 513-520 Link Here
513
513
514
	# Clear $svcdir from stale entries, but leave the caches around, as it
514
	# Clear $svcdir from stale entries, but leave the caches around, as it
515
	# should help speed things up a bit
515
	# should help speed things up a bit
516
	rm -rf $(ls -d1 "${svcdir}/"* 2>/dev/null | \
516
	if [ -n "${svcdir}" ]
517
	then
518
		rm -rf $(ls -d1 "${svcdir}/"* 2>/dev/null | \
517
	         grep -ve '\(depcache\|deptree\|envcache\)')
519
	         grep -ve '\(depcache\|deptree\|envcache\)')
520
	fi
518
521
519
	# Update the dependency cache
522
	# Update the dependency cache
520
	/sbin/depscan.sh -u
523
	/sbin/depscan.sh -u

Return to bug 102980