From: <no...@so...> - 2002-09-22 00:16:41
|
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: Open Resolution: None Priority: 5 Submitted By: Jeff Squyres (jsquyres) Assigned to: Jeff Squyres (jsquyres) Summary: --show show 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. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=465044&aid=612682&group_id=51915 |