pushing down some cakelampvm details
[feisty_meow.git] / scripts / system / remove_domain.sh
index 45bb487cae14275105877e5d2bfd62ea7528f092..f1048b74eafff2c80c802a8d7aa316fac7f4fca2 100644 (file)
@@ -15,27 +15,6 @@ source "$FEISTY_MEOW_SCRIPTS/system/common_sysadmin.sh"
 # some defaults that are convenient for current purposes.
 # existing values will be respected over our defaults.
 
-#if [ -z "$IP_ADDRESS" ]; then
-#  # in our scheme, the single IP address that all our domains map to.
-#  IP_ADDRESS="10.28.42.20"
-#fi
-#if [ -z "$SERVER_ADMIN" ]; then
-#  # the email address (where first dot is replaced by @) for the administrator of the domain.
-#  SERVER_ADMIN="developer.cakelampvm.com"
-#fi
-#if [ -z "$MAIN_NAME_SERVER" ]; then
-#  # the name of the name server for the new domains (should already be configured).
-#  MAIN_NAME_SERVER="ns.cakelampvm.com"
-#fi
-#if [ -z "$MAIL_SERVER" ]; then
-#  # the name of the mail server for a new domain (should already be configured).
-#  MAIL_SERVER="mail.cakelampvm.com"
-#fi
-#if [ -z "$DISTRO" ]; then
-#  # the distribution name to be listed in info for the new domain or subdomain.
-#  DISTRO="ubuntu"
-#fi
-
 # main body of script.
 
 if [[ $EUID != 0 ]]; then