cat <<EOF
******
you need to add users to the 'ppp' group in order to use this program

EOF
if grep -e "CONFIG_PPP is not set" -q /usr/src/linux/.config ;then
cat <<EOF
you will need to rebuild your kernel with PPP support

EOF
fi

