freebsd-ports/ftp/ftpd-tls/pkg-plist
Alexander Leidinger 6c215008b1 - Update to 20030924. If you're running 20030520 there is no need to
update, the only change is that it now incorporates two patches
  previously part of this port.
- Fix PLIST, the sample start-up script was missing.

Submitted by:	maintainer
2003-09-25 11:34:39 +00:00

10 lines
595 B
Plaintext

etc/rc.d/ftpd-tls.sh.sample
libexec/ftpd-tls
%%PORTDOCS%%%%DOCSDIR%%/README.TLS
%%PORTDOCS%%%%DOCSDIR%%/draft-murray-auth-ftp-ssl-09.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@exec mkdir -p %D/etc/ftpd-tls && chmod 700 %D/etc/ftpd-tls
@exec if [ ! -f %D/etc/ftpd-tls/ftpusers ] && [ -f /etc/ftpusers ]; then cp /etc/ftpusers %D/etc/ftpd-tls/ftpusers; fi
@unexec if cmp -s %D/etc/ftpd-tls/ftpusers /etc/ftpusers; then rm -f %D/etc/ftpd-tls/ftpusers; fi
@unexec rmdir %D/etc/ftpd-tls 2> /dev/null || echo "If permanently deleting this package, %D/etc/ftpd-tls and its contents must be removed manually."