Index: Pkgfile =================================================================== --- Pkgfile (revision 1077) +++ Pkgfile (working copy) @@ -5,7 +5,7 @@ name=vsftpd version=2.0.4 -release=1 +release=2 source=(ftp://vsftpd.beasts.org/users/cevans/$name-$version.tar.gz \ $name-$version.patch vsftpd) @@ -15,7 +15,7 @@ make make DESTDIR=$PKG install - install -d $PKG/{etc/{rc.d,ssl/certs},home/ftp,var/log} + install -d $PKG/{etc/{rc.d,ssl/certs},var/log} install -m 755 $SRC/vsftpd $PKG/etc/rc.d touch $PKG/etc/ssl/certs/$name.pem chmod 600 $PKG/etc/ssl/certs/$name.pem Index: .footprint =================================================================== --- .footprint (revision 1077) +++ .footprint (working copy) @@ -5,8 +5,6 @@ drwxr-xr-x root/root etc/ssl/certs/ -rw------- root/root etc/ssl/certs/vsftpd.pem (EMPTY) -rw------- root/root etc/vsftpd.conf -drwxr-xr-x root/root home/ -drwxr-xr-x root/root home/ftp/ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man5/