diff options
Diffstat (limited to 'ftp/proftpd/pkg-plist')
-rw-r--r-- | ftp/proftpd/pkg-plist | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist index 033ae0f39013..412fbff57e94 100644 --- a/ftp/proftpd/pkg-plist +++ b/ftp/proftpd/pkg-plist @@ -7,11 +7,18 @@ bin/prxs @unexec if cmp -s %D/etc/proftpd.conf %D/etc/proftpd.conf.sample; then rm -f %D/etc/proftpd.conf; fi etc/proftpd.conf.sample @exec cp -n %D/%F %B/proftpd.conf +%%SFTP%%@unexec if cmp -s %D/etc/proftpd/dhparams.pem %D/etc/proftpd/dhparams.pem.sample; then rm -f %D/etc/proftpd/dhparams.pem; fi +%%SFTP%%etc/proftpd/dhparams.pem.sample +%%SFTP%%@exec cp -n %D/%F %B/dhparams.pem +%%SFTP%%@unexec if cmp -s %D/etc/proftpd/blacklist.dat %D/etc/proftpd/blacklist.dat.sample; then rm -f %D/etc/proftpd/blacklist.dat; fi +%%SFTP%%etc/proftpd/blacklist.dat.sample +%%SFTP%%@exec cp -n %D/%F %B/blacklist.dat include/proftpd/auth.h include/proftpd/bindings.h include/proftpd/buildstamp.h include/proftpd/child.h include/proftpd/class.h +include/proftpd/cmd.h include/proftpd/compat.h include/proftpd/conf.h include/proftpd/config.h @@ -25,6 +32,7 @@ include/proftpd/env.h include/proftpd/event.h include/proftpd/expr.h include/proftpd/feat.h +include/proftpd/filter.h include/proftpd/fsio.h include/proftpd/ftp.h include/proftpd/glibc-glob.h @@ -35,8 +43,9 @@ include/proftpd/log.h include/proftpd/mkhome.h %%CLAMAV%%include/proftpd/mod_clamav.h %%WRAP%%include/proftpd/mod_wrap2.h +%%SFTP%%include/proftpd/mod_sftp.h %%SQL%%include/proftpd/mod_sql.h -%%TDS%%include/proftpd/mod_sql.h +%%TLS%%include/proftpd/mod_tls.h %%QUOTA%%include/proftpd/mod_quotatab.h include/proftpd/mod_ctrls.h include/proftpd/modules.h @@ -54,6 +63,7 @@ include/proftpd/proftpd.h include/proftpd/regexp.h include/proftpd/response.h include/proftpd/scoreboard.h +include/proftpd/session.h include/proftpd/sets.h include/proftpd/str.h include/proftpd/support.h @@ -65,6 +75,7 @@ include/proftpd/var.h include/proftpd/version.h include/proftpd/xferlog.h libdata/pkgconfig/proftpd.pc +sbin/ftpscrub sbin/ftpshut sbin/in.proftpd sbin/proftpd @@ -90,5 +101,6 @@ sbin/proftpd %%NLS%%@dirrmtry share/locale/ru_RU %%NLS%%@dirrmtry share/locale/bg_BG %%NLS%%@dirrmtry share/locale/ko_KR +%%SFTP%%@dirrmtry etc/proftpd @dirrm include/proftpd @dirrmtry lib/proftpd |