if ( grep -q vc /etc/securetty ); then
  message  "${MESSAGE_COLOR}/etc/securetty now uses the static/udev format of /dev/tty#."
  message  "If you are still using devfs make sure /etc/securetty is of /dev/vc/#${DEFAULT_COLOR}"
fi
