X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=4d2c672e7b8706054d776ceb759b4b796031d87b;hb=a9acda90df2ba4a4777fe263005a5d45ffd869e0;hp=03a1fb35172e88809fff9b72856eef831dd2a8be;hpb=1140ca8d56832ae529db0f353112ac192cdf9432;p=clearscm.git diff --git a/rc/system b/rc/system index 03a1fb3..4d2c672 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,15 @@ SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1} | t # Aliasing case "$SYSNAME" in - Az25jzhxkb2d) - SYSNAME="Venus" + Andrews-macbook-pro) + SYSNAME="cPanel" + ;; + + 10-2-99-60) + SYSNAME="Sandbox" + ;; + + 10-2-99-106) + SYSNAME="SandboxAL" ;; esac