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 /lib/modules/$(get_kernel_version)/build/.config ;then
cat <<EOF
you will need to rebuild your kernel with PPP support

EOF
fi

