X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=a87762d1a31f57c027eb0f42c8f233a1678d7f51;hb=743b8f0606303f1cef5d9c1ed94741f3bb3ef97d;hp=e92c7f1cc98246d18edcc4425bf4a01fcbfbb5cc;hpb=bf9722fcb29a115f0e8f7cf8314a5dac2e543e4e;p=clearscm.git diff --git a/rc/system b/rc/system index e92c7f1..a87762d 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 - Ande-4848) - SYSNAME="ADeFaria" + Andrews-macbook-pro) + SYSNAME="cPanel" ;; + + 10-2-99-60) + SYSNAME="Sandbox Centos" + ;; + + 10-2-96-67) + SYSNAME="Sandbox AlmaLinux" + ;; + + 10-2-98-185) + SYSNAME="Sandbox Ubuntu" + ;; + esac