if [ $SET_LOCALTIME == "n" ]; then
  message "${MESSAGE_COLOR}/etc/localtime was not set."
  message "To manually link /etc/localtime to your local time zone,"
  message "either create a symlink with ln"
  message "(i.e. ln -sf /usr/share/zoneinfo/your/timezone /etc/localtime)"
  message "or with zic -l your/timezone. Note that zic may fail on systems" 
  message "with /usr mounted on a separate partition."
  message "Alternatively, you may copy your local time zone to /etc/localtime."
  message "Look under /usr/share/zoneinfo for the available time zones.${DEFAULT_COLOR}"
fi
