562062 Update boolean interpretation of configuration value.

Authored and Committed by areguera 11 years ago
    Update boolean interpretation of configuration value.
    
     - Scripts/Bash/Functions/Vcs/vcs.sh: Affirmative values are yes, ye,
       y or 1. Anything else is considered a negative value. So, `enabled
       = 1' is affirmative while `enabled = 0' is negative.