make  install  &&

if  [  !  -e  /etc/vsftpd.conf  ];  then
  cp "$SPELL_DIRECTORY"/vsftpd.conf /etc
fi  &&

#to use in standalone mode. (!could break if those vars are renamed!)
if list_find "$INIT_INSTALLED" "vsftpd" ; then 
  sedit '1i #standalone mode (init.d) \nlisten=YES' /etc/vsftpd.conf
fi &&

mkdir -p /var/empty
