Author: jue Date: 2006-03-30 19:05:09 +0200 (Thu, 30 Mar 2006) New Revision: 1081 Modified: crux-2.2/ports/opt/vsftpd/.footprint crux-2.2/ports/opt/vsftpd/Pkgfile Log: vsftp: use /var/ftp as data directory Modified: crux-2.2/ports/opt/vsftpd/.footprint =================================================================== --- crux-2.2/ports/opt/vsftpd/.footprint 2006-03-30 16:19:32 UTC (rev 1080) +++ crux-2.2/ports/opt/vsftpd/.footprint 2006-03-30 17:05:09 UTC (rev 1081) @@ -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/ @@ -16,5 +14,6 @@ drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/vsftpd drwxr-xr-x root/root var/ +drwxr-xr-x root/root var/ftp/ drwxr-xr-x root/root var/log/ -rw-r--r-- root/root var/log/vsftpd.log (EMPTY) Modified: crux-2.2/ports/opt/vsftpd/Pkgfile =================================================================== --- crux-2.2/ports/opt/vsftpd/Pkgfile 2006-03-30 16:19:32 UTC (rev 1080) +++ crux-2.2/ports/opt/vsftpd/Pkgfile 2006-03-30 17:05:09 UTC (rev 1081) @@ -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/ftp,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