Summary: | sys-apps/baselayout-1.12.11.1 disallows running status command as regular user with --nocolor option | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Aaron Ten Clay <gentoo-bugzilla> |
Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch that allows --nocolor as an option with status command |
Description
Aaron Ten Clay
2008-10-21 01:27:30 UTC
Created attachment 169246 [details, diff]
Patch that allows --nocolor as an option with status command
i changed it to just check via: if [[ ${EUID} != "0" ]] && [[ " $* " != " status " ]] ; then |