ftp-proxy: Update to OpenBSD 4.1 pf_update
authorJan Lentfer <Jan.Lentfer@web.de>
Sun, 8 Aug 2010 16:47:04 +0000 (18:47 +0200)
committerJan Lentfer <Jan.Lentfer@web.de>
Sun, 8 Aug 2010 16:47:04 +0000 (18:47 +0200)
commita5b1447a6d522284e773f815350d9460fef34f4d
tree47d709e9c2c1dacb5a941dc8db4910290f697a79
parent475206107ae9ac01a2b205f5deeb849507d52fed
ftp-proxy: Update to OpenBSD 4.1

ftp-proxy has been moved from libexec/ to usr.sbin/
14 files changed:
libexec/Makefile
libexec/ftp-proxy/Makefile [deleted file]
libexec/ftp-proxy/ftp-proxy.8 [deleted file]
libexec/ftp-proxy/ftp-proxy.c [deleted file]
libexec/ftp-proxy/getline.c [deleted file]
libexec/ftp-proxy/util.c [deleted file]
libexec/ftp-proxy/util.h [deleted file]
usr.sbin/Makefile
usr.sbin/ftp-proxy/.depend [new file with mode: 0644]
usr.sbin/ftp-proxy/Makefile [new file with mode: 0644]
usr.sbin/ftp-proxy/filter.c [new file with mode: 0644]
usr.sbin/ftp-proxy/filter.h [new file with mode: 0644]
usr.sbin/ftp-proxy/ftp-proxy.8 [new file with mode: 0644]
usr.sbin/ftp-proxy/ftp-proxy.c [new file with mode: 0644]