mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
![Michael Haro](/assets/img/avatar_default.png)
upgrade to 1.2.9 58415 Melvyn Sopacua <mdev@idg.nl> add WITH_OPENSSL 57385 Martin Matuska <martin@tradex.sk> adds rc_subr support 54783 Bruce M Simpson <bms@spc.org> Ability to support multiple versions MYSQL and LDAP using the WITH_* variables. I ended up using the stuff provided in bsd.port.mk with his patches
13 lines
385 B
Plaintext
13 lines
385 B
Plaintext
@unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.default; then rm -f %D/etc/proftpd.conf; fi
|
|
bin/ftpcount
|
|
bin/ftptop
|
|
bin/ftpwho
|
|
etc/proftpd.conf.default
|
|
etc/rc.d/proftpd%%RC_SUFX%%
|
|
@exec if [ ! -f %D/etc/proftpd.conf ] ; then cp -p %D/%F %B/proftpd.conf; fi
|
|
libexec/proftpd
|
|
sbin/ftpshut
|
|
share/doc/proftpd/Configuration.html
|
|
share/doc/proftpd/faq.html
|
|
@dirrm share/doc/proftpd
|