Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 169246 Details for
Bug 242988
sys-apps/baselayout-1.12.11.1 disallows running status command as regular user with --nocolor option
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch that allows --nocolor as an option with status command
fix.patch (text/plain), 519 bytes, created by
Aaron Ten Clay
on 2008-10-21 01:31:39 UTC
(
hide
)
Description:
Patch that allows --nocolor as an option with status command
Filename:
MIME Type:
Creator:
Aaron Ten Clay
Created:
2008-10-21 01:31:39 UTC
Size:
519 bytes
patch
obsolete
>--- /sbin/runscript.sh 2008-02-28 09:14:15.000000000 -0800 >+++ runscript.sh 2008-10-20 18:28:41.000000000 -0700 >@@ -9,6 +9,8 @@ > > # User must be root to run most script stuff (except status) > if [[ ${EUID} != "0" ]] && ! [[ $2 == "status" && $# -eq 2 ]] && \ >+ ! [[ $2 == "--nocolor" && $3 == "status" && $# -eq 3 ]] && \ >+ ! [[ $3 == "--nocolor" && $2 == "status" && $# -eq 3 ]] && \ > ! [[ $2 == "--quiet" && $3 == "status" && $# -eq 3 ]] && \ > ! [[ $3 == "--quiet" && $2 == "status" && $# -eq 3 ]] \ > ; then
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242988
: 169246