ftp-proxy: Update to OpenBSD 4.1
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 19:50:06 +0000 (21:50 +0200)
commita50c4a2f1915a5ad8ac3966c1fc73f5b09a7aeb4
tree5a62a7d33e68d036f9faed256f9e2d2473d78631
parentc929e0df1b78e77735cbe1341ad0358818d85a53
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]