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

(-)/usr/sbin/etc-update (+4 lines)
Lines 372-377 Link Here
372
372
373
trap die term
373
trap die term
374
374
375
if [[ $UID != "0" ]] ; then
376
	die "$0 must be run with UID 0 ( aka root privilages )." -1
377
fi
378
375
export PORTAGE_TMPDIR=$(/usr/lib/portage/bin/portageq envvar PORTAGE_TMPDIR)
379
export PORTAGE_TMPDIR=$(/usr/lib/portage/bin/portageq envvar PORTAGE_TMPDIR)
376
380
377
TMP="${PORTAGE_TMPDIR}/$$"
381
TMP="${PORTAGE_TMPDIR}/$$"

Return to bug 68612