Various perm changes
[clearscm.git] / rc / system
index 88d1921..03a1fb3 100644 (file)
--- a/rc/system
+++ b/rc/system
@@ -20,3 +20,10 @@ 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"
+    ;;
+esac