X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=a43a36ad727cd868980016f3de28dcccb6582dc6;hb=c23f4dd59b57b338f282d419c0e5cc0f22e7e373;hp=7f16ea458bf98de1592aa5532ece846a1e21b2a8;hpb=403a570db9974377d99b2f2b02ce9c6c374f8008;p=clearscm.git diff --git a/rc/system b/rc/system index 7f16ea4..a43a36a 100644 --- a/rc/system +++ b/rc/system @@ -2,7 +2,7 @@ ################################################################################ # # File: $RCSfile: system,v $ -# Revision: $Revision: 1.6 $ +# Revision: $Revision: 1.6 $ # Description: System specific settings # Author: Andrew@DeFaria.com # Created: Mon Aug 20 17:35:01 2001 @@ -23,7 +23,24 @@ SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1} | t # Aliasing case "$SYSNAME" in - C02s608vg8wp) + Az25jzhxkb2d) SYSNAME="Venus" ;; + + Cdvra99a0983) + SYSNAME="Dev" + ;; + + Cuvra99a0983) + SYSNAME="UAT" + ;; + + Crvra99a0983) + SYSNAME="BCP" + ;; + + Cpvra99a0983) + SYSNAME="Production" + ;; + esac