View | Details | Raw Unified | Return to bug 226506
Collapse All | Expand All

(-)/tmp/portmaster (-1 / +1 lines)
Lines 3250-3256 Link Here
3250
fi
3250
fi
3251
3251
3252
# Test for necessary privileges to actually install ports
3252
# Test for necessary privileges to actually install ports
3253
[ "$($PM_SU_CMD id -u)" = 0 ] || fail "Insufficient privileges to install ports (run as root or set PM_SU_CMD)"
3253
[ -n "$FETCH_ONLY" -o "$($PM_SU_CMD id -u)" = 0 ] || fail "Insufficient privileges to install ports (run as root or set PM_SU_CMD)"
3254
3254
3255
# Do these things first time through
3255
# Do these things first time through
3256
if [ -z "$PM_INDEX_ONLY" -a -z "$PM_BUILDING" -a -z "$SHOW_WORK" -a -z "$NO_ACTION" ]; then
3256
if [ -z "$PM_INDEX_ONLY" -a -z "$PM_BUILDING" -a -z "$SHOW_WORK" -a -z "$NO_ACTION" ]; then

Return to bug 226506