. lib/lsb/init-functions
if [ ! -f etc/proftpd.conf ]; then
      cp etc/proftpd.conf{.example,}
      log_success_msg "${WARNING} /etc/proftpd.conf created ${NORMAL}"
      log_warning_msg "${WARNING} Double check /etc/proftpd.conf and adapted to your needs ${NORMAL}"
fi

