X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=a43a36ad727cd868980016f3de28dcccb6582dc6;hb=776de2306f0b735deff2d7049237d88dfad31fd7;hp=88d19210aa3a189727debbdc80ca47e1e095c8e9;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/system b/rc/system index 88d1921..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 @@ -20,3 +20,27 @@ SYSNAME=${SYSNAME%%\.*} # Set to initial cap SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1} | tr [:upper:] [:lower:]) + +# Aliasing +case "$SYSNAME" in + Az25jzhxkb2d) + SYSNAME="Venus" + ;; + + Cdvra99a0983) + SYSNAME="Dev" + ;; + + Cuvra99a0983) + SYSNAME="UAT" + ;; + + Crvra99a0983) + SYSNAME="BCP" + ;; + + Cpvra99a0983) + SYSNAME="Production" + ;; + +esac