diff options
Diffstat (limited to 'ftp/proftpd/pkg-plist')
-rw-r--r-- | ftp/proftpd/pkg-plist | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist index b4d6743b9f81..c2287fa7c0d9 100644 --- a/ftp/proftpd/pkg-plist +++ b/ftp/proftpd/pkg-plist @@ -2,6 +2,10 @@ 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 include/proftpd/auth.h include/proftpd/bindings.h include/proftpd/buildstamp.h @@ -15,18 +19,20 @@ 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/fsio.h include/proftpd/ftp.h include/proftpd/glibc-glob.h include/proftpd/help.h -include/proftpd/ident.h include/proftpd/inet.h include/proftpd/libsupp.h include/proftpd/log.h include/proftpd/mkhome.h +%%CLAMAV%%include/proftpd/mod_clamav.h include/proftpd/mod_ctrls.h include/proftpd/modules.h include/proftpd/netacl.h @@ -44,18 +50,18 @@ include/proftpd/regexp.h include/proftpd/response.h include/proftpd/scoreboard.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/utf8.h include/proftpd/var.h include/proftpd/version.h include/proftpd/xferlog.h +libdata/pkgconfig/proftpd.pc sbin/ftpshut sbin/in.proftpd sbin/proftpd -@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 @dirrm include/proftpd +@dirrmtry lib/proftpd |