Removed /usr/local from CDPATH
[clearscm.git] / rc / system
index 88d1921..a87762d 100644 (file)
--- 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,23 @@ SYSNAME=${SYSNAME%%\.*}
 
 # Set to initial cap
 SYSNAME=$(echo ${SYSNAME:0:1} | tr [:lower:] [:upper:])$(echo ${SYSNAME:1}   | tr [:upper:] [:lower:])
+
+# Aliasing
+case "$SYSNAME" in
+  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