X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=b5b02cd3135fe0d1377f598aaf6eb8e1c3d104f4;hb=08970a8dff637ea4789e01cee8bdd25b4d67d697;hp=7f16ea458bf98de1592aa5532ece846a1e21b2a8;hpb=403a570db9974377d99b2f2b02ce9c6c374f8008;p=clearscm.git diff --git a/rc/system b/rc/system index 7f16ea4..b5b02cd 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,20 @@ SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1} | t # Aliasing case "$SYSNAME" in - C02s608vg8wp) - SYSNAME="Venus" + Andrews-macbook-pro) + SYSNAME="cPanel" ;; + + 10-2-99-60) + SYSNAME="Sandbox Centos" + ;; + + 10-2-99-106) + SYSNAME="Sandbox AlmaLinux" + ;; + + 10-2-98-185) + SYSNAME="Sandbox Ubuntu" + ;; + esac