message "${MESSAGE_COLOR}" &&
message "If you have not done so already, read the README file and the FAQ file.  Additional" &&
message "documentation is in the docs/ directory.  You MUST edit /etc/kismet.conf" &&
message "and configure Kismet for your system, or it will NOT run properly!" &&

message "" &&
if echo $OPT | grep -q 'enable-setuid'; then
message "Kismet has been installed with a SUID ROOT CAPTURE HELPER executeable by" &&
message "users in the group ' kismet '.  This WILL ALLOW USERS IN THIS GROUP" &&
message "TO ALTER YOUR NETWORK INTERACE STATES, but is more secure than running" &&
message "all of Kismet as root.  ONLY users in this group will be able to" &&
message "run Kismet and capture from physical network devices."
else
message "Kismet has NOT been installed suid-root.  This means you will need to start" &&
message "it as root.  If you add your user to the kismet group and install" &&
message "Kismet with 'make suidinstall', users in that group will be able to" &&
message "run Kismet directly." &&
message "" &&
message "READ THE KISMET DOCUMENTATION ABOUT THE KISMET SECURITY MODEL TO" &&
message "DECIDE IF YOU WANT TO INSTALL IT SUID-ROOT" &&
message "" &&
message "It is generally  more secure to install Kismet with the suid-root helper" &&
message "option."
fi
