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

(-)/sbin/runscript.sh (+2 lines)
Lines 9-14 Link Here
9
9
10
# User must be root to run most script stuff (except status)
10
# User must be root to run most script stuff (except status)
11
if [[ ${EUID} != "0" ]] && ! [[ $2 == "status" && $# -eq 2 ]] && \
11
if [[ ${EUID} != "0" ]] && ! [[ $2 == "status" && $# -eq 2 ]] && \
12
		! [[ $2 == "--nocolor" && $3 == "status" && $# -eq 3 ]] && \
13
		! [[ $3 == "--nocolor" && $2 == "status" && $# -eq 3 ]] && \
12
		! [[ $2 == "--quiet" && $3 == "status" && $# -eq 3 ]] && \
14
		! [[ $2 == "--quiet" && $3 == "status" && $# -eq 3 ]] && \
13
		! [[ $3 == "--quiet" && $2 == "status" && $# -eq 3 ]] \
15
		! [[ $3 == "--quiet" && $2 == "status" && $# -eq 3 ]] \
14
		; then
16
		; then

Return to bug 242988