Bugs item #612682, was opened at 2002-09-21 17:16
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=465044&aid=612682&group_id=51915
Category: env-switcher functionality
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Jeff Squyres (jsquyres)
Assigned to: Jeff Squyres (jsquyres)
>Summary: --show should indicate level of attribute
Initial Comment:
The --show command show somehow indicate what level the
value is being resolved at (user or system). For example:
$ switcher foo = user_bar
$ switcher foo --show
default=(user,user_bar)
exists=(user,true)
$ switcher foo --rm-attr default
$ switcher foo --show
default=(system,system_bar)
exists=(system,true)
...or something along those lines. This makes it
totally obvious as to what level a specific attribute
is being resolved at.
----------------------------------------------------------------------
>Comment By: Jeff Squyres (jsquyres)
Date: 2002-09-26 07:05
Message:
Logged In: YES
user_id=11722
Fixed in CVS.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=465044&aid=612682&group_id=51915
|