aboutsummaryrefslogtreecommitdiff
path: root/ftp/vsftpd/pkg-plist
blob: 6dde76ce1fd85bc0015dfe038089168588970573 (plain) (blame)
1
2
3
4
5
6
7
8
9
libexec/vsftpd
@exec mkdir -p %D/share/vsftpd/empty
@unexec if ! `grep -q %D/etc/vsftpd.conf %D/etc/vsftpd.conf.dist`; then rm %D/etc/vsftpd.conf; fi
etc/vsftpd.conf.dist
@exec if [ ! -f %B/vsftpd.conf ]; then cp %B/vsftpd.conf.dist %B/vsftpd.conf; fi
@exec if [ ! -d /var/ftp ]; then mkdir /var/ftp ; fi
@unexec rmdir /var/ftp 2>/dev/null || true
@dirrm share/vsftpd/empty
@dirrm share/vsftpd