X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Fsystem;h=03a1fb35172e88809fff9b72856eef831dd2a8be;hb=62f779395c2f0a72a065b5a2caeaff88be420aa6;hp=88d19210aa3a189727debbdc80ca47e1e095c8e9;hpb=020a4a5ea2be725b155cae3a2cadc9aba3911b9b;p=clearscm.git diff --git a/rc/system b/rc/system index 88d1921..03a1fb3 100644 --- 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