diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-25 19:22:21 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-25 19:22:21 +0000 |
commit | ae9aeed0d4a1a7626d5dd5eecb8787303218eb81 (patch) | |
tree | c2760db38ee9e2a9e2bcd014b1a6dde2269c3278 /ftp/wzdftpd/pkg-plist | |
parent | a7d86e8bff29e0ae151234f9d1ab86b56409f1a1 (diff) | |
download | ports-ae9aeed0d4a1a7626d5dd5eecb8787303218eb81.tar.gz ports-ae9aeed0d4a1a7626d5dd5eecb8787303218eb81.zip |
Notes
Diffstat (limited to 'ftp/wzdftpd/pkg-plist')
-rw-r--r-- | ftp/wzdftpd/pkg-plist | 64 |
1 files changed, 49 insertions, 15 deletions
diff --git a/ftp/wzdftpd/pkg-plist b/ftp/wzdftpd/pkg-plist index 1710651d7072..3e3be1a2c4c7 100644 --- a/ftp/wzdftpd/pkg-plist +++ b/ftp/wzdftpd/pkg-plist @@ -4,14 +4,41 @@ bin/siteuptime bin/sitewho bin/wzd-config etc/rc.d/wzdftpd.sh -etc/users.sample -etc/wzd.cfg.sample etc/wzd.pem +etc/file_ginfo.txt +etc/file_help.txt +etc/file_swho.txt +etc/file_user.txt +etc/file_group.txt +etc/file_rules.txt +etc/file_users.txt +etc/file_vfs.txt +etc/file_who.txt +etc/file_groups.txt +include/wzdftpd/libwzd-auth/wzd_auth.h +include/wzdftpd/libwzd-auth/wzd_crypt.h +include/wzdftpd/libwzd-auth/wzd_md5.h +include/wzdftpd/libwzd-auth/wzd_md5crypt.h +include/wzdftpd/libwzd-auth/wzd_pam.h +include/wzdftpd/libwzd-auth/wzd_tls.h +include/wzdftpd/libwzd-base/hash.h +include/wzdftpd/libwzd-base/list.h +include/wzdftpd/libwzd-base/stack.h +include/wzdftpd/libwzd-base/wzd_strlcat.h +include/wzdftpd/libwzd.h +include/wzdftpd/libwzd_pv.h +include/wzdftpd/libwzd_socket.h +include/wzdftpd/libwzd_tls.h +include/wzdftpd/ls.h +include/wzdftpd/wzd_ClientThread.h include/wzdftpd/wzd_action.h +include/wzdftpd/wzd_all.h include/wzdftpd/wzd_backend.h include/wzdftpd/wzd_cache.h +include/wzdftpd/wzd_commands.h include/wzdftpd/wzd_crc32.h include/wzdftpd/wzd_crontab.h +include/wzdftpd/wzd_data.h include/wzdftpd/wzd_debug.h include/wzdftpd/wzd_dir.h include/wzdftpd/wzd_file.h @@ -19,40 +46,41 @@ include/wzdftpd/wzd_hardlimits.h include/wzdftpd/wzd_ip.h include/wzdftpd/wzd_libmain.h include/wzdftpd/wzd_log.h -include/wzdftpd/wzd_md5.h include/wzdftpd/wzd_messages.h include/wzdftpd/wzd_misc.h include/wzdftpd/wzd_mod.h include/wzdftpd/wzd_mutex.h include/wzdftpd/wzd_perm.h +include/wzdftpd/wzd_ratio.h include/wzdftpd/wzd_section.h include/wzdftpd/wzd_shm.h -include/wzdftpd/wzd_strlcat.h -include/wzdftpd/wzd_strtok_r.h +include/wzdftpd/wzd_site.h +include/wzdftpd/wzd_site_group.h +include/wzdftpd/wzd_site_user.h +include/wzdftpd/wzd_socket.h +include/wzdftpd/wzd_string.h include/wzdftpd/wzd_structs.h +include/wzdftpd/wzd_tls.h include/wzdftpd/wzd_types.h include/wzdftpd/wzd_utf8.h include/wzdftpd/wzd_vars.h include/wzdftpd/wzd_vfs.h +lib/libwzd_core.a +lib/libwzd_core.la +lib/libwzd_core.so +lib/libwzd_core.so.1 lib/libwzd.a lib/libwzd.so lib/libwzd.so.1 lib/libwzd.la share/aclocal/wzd.m4 sbin/wzdftpd -etc/file_ginfo.txt -etc/file_help.txt -etc/file_swho.txt -etc/file_user.txt -etc/file_group.txt -etc/file_rules.txt -etc/file_users.txt -etc/file_vfs.txt -etc/file_who.txt -etc/file_groups.txt %%DATADIR%%/backends/libwzdplaintext.a %%DATADIR%%/backends/libwzdplaintext.so %%DATADIR%%/backends/libwzdplaintext.la +%%MYSQL%%%%DATADIR%%/backends/libwzdmysql.a +%%MYSQL%%%%DATADIR%%/backends/libwzdmysql.la +%%MYSQL%%%%DATADIR%%/backends/libwzdmysql.so %%DATADIR%%/modules/libwzd_sfv.la %%DATADIR%%/modules/libwzd_sfv.a %%DATADIR%%/modules/libwzd_sfv.so @@ -65,4 +93,10 @@ etc/file_groups.txt @dirrm %%DATADIR%%/modules/ @dirrm %%DATADIR%%/backends/ @dirrm %%DATADIR%%/ +@dirrm include/wzdftpd/libwzd-auth +@dirrm include/wzdftpd/libwzd-base @dirrm include/wzdftpd +@unexec if cmp -s %D/etc/wzd.cfg %D/etc/wzd.cfg.sample; then rm -f %D/etc/wzd.cfg; fi +@unexec if cmp -s %D/etc/users %D/etc/users.sample; then rm -f %D/etc/users; fi +etc/wzd.cfg.sample +etc/users.sample |