mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
f1d3916a10
Feature safe: yes
111 lines
3.5 KiB
Plaintext
111 lines
3.5 KiB
Plaintext
bin/ftpcount
|
|
bin/ftpdctl
|
|
bin/ftptop
|
|
bin/ftpwho
|
|
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
|
|
@exec mkdir -p %%LOCALSTATEDIR%%/proftpd
|
|
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
|
|
include/proftpd/ctrls.h
|
|
include/proftpd/data.h
|
|
include/proftpd/default_paths.h
|
|
include/proftpd/dirtree.h
|
|
include/proftpd/display.h
|
|
include/proftpd/encode.h
|
|
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
|
|
include/proftpd/help.h
|
|
include/proftpd/inet.h
|
|
include/proftpd/libsupp.h
|
|
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
|
|
%%TLS%%include/proftpd/mod_tls.h
|
|
%%QUOTA%%include/proftpd/mod_quotatab.h
|
|
include/proftpd/mod_ctrls.h
|
|
include/proftpd/modules.h
|
|
include/proftpd/netacl.h
|
|
include/proftpd/netaddr.h
|
|
include/proftpd/netio.h
|
|
include/proftpd/options.h
|
|
include/proftpd/parser.h
|
|
include/proftpd/pidfile.h
|
|
include/proftpd/pool.h
|
|
include/proftpd/pr-syslog.h
|
|
include/proftpd/privs.h
|
|
include/proftpd/proctitle.h
|
|
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
|
|
include/proftpd/table.h
|
|
include/proftpd/throttle.h
|
|
include/proftpd/timers.h
|
|
include/proftpd/trace.h
|
|
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
|
|
%%CTRLS_ADMIN%%sbin/ftpdctl
|
|
%%NLS%%share/locale/zh_CN/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/zh_TW/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/en_US/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/it_IT/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/ja_JP/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/ru_RU/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/bg_BG/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/fr_FR/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%share/locale/ko_KR/LC_MESSAGES/proftpd.mo
|
|
%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/en_US/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/ja_JP/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/bg_BG/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/ko_KR/LC_MESSAGES
|
|
%%NLS%%@dirrmtry share/locale/zh_CN
|
|
%%NLS%%@dirrmtry share/locale/zh_TW
|
|
%%NLS%%@dirrmtry share/locale/en_US
|
|
%%NLS%%@dirrmtry share/locale/ja_JP
|
|
%%NLS%%@dirrmtry share/locale/it_IT
|
|
%%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
|
|
@unexec rmdir %%LOCALSTATEDIR%%/proftpd 2>/dev/null || true
|