git: ftp-proxy: Update to OpenBSD 4.1

看板DFBSD_commit作者時間15年前 (2010/08/09 04:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit a50c4a2f1915a5ad8ac3966c1fc73f5b09a7aeb4 Author: Jan Lentfer <Jan.Lentfer@web.de> Date: Sun Aug 8 18:47:04 2010 +0200 ftp-proxy: Update to OpenBSD 4.1 ftp-proxy has been moved from libexec/ to usr.sbin/ Summary of changes: libexec/Makefile | 1 - libexec/ftp-proxy/Makefile | 14 - libexec/ftp-proxy/ftp-proxy.8 | 293 --------- libexec/ftp-proxy/ftp-proxy.c | 1373 ---------------------------------------- libexec/ftp-proxy/getline.c | 260 -------- libexec/ftp-proxy/util.c | 307 --------- libexec/ftp-proxy/util.h | 69 -- usr.sbin/Makefile | 1 + usr.sbin/ftp-proxy/.depend | 133 ++++ usr.sbin/ftp-proxy/Makefile | 11 + usr.sbin/ftp-proxy/filter.c | 387 +++++++++++ usr.sbin/ftp-proxy/filter.h | 31 + usr.sbin/ftp-proxy/ftp-proxy.8 | 183 ++++++ usr.sbin/ftp-proxy/ftp-proxy.c | 1092 ++++++++++++++++++++++++++++++++ 14 files changed, 1838 insertions(+), 2317 deletions(-) delete mode 100644 libexec/ftp-proxy/Makefile delete mode 100644 libexec/ftp-proxy/ftp-proxy.8 delete mode 100644 libexec/ftp-proxy/ftp-proxy.c delete mode 100644 libexec/ftp-proxy/getline.c delete mode 100644 libexec/ftp-proxy/util.c delete mode 100644 libexec/ftp-proxy/util.h create mode 100644 usr.sbin/ftp-proxy/.depend create mode 100644 usr.sbin/ftp-proxy/Makefile create mode 100644 usr.sbin/ftp-proxy/filter.c create mode 100644 usr.sbin/ftp-proxy/filter.h create mode 100644 usr.sbin/ftp-proxy/ftp-proxy.8 create mode 100644 usr.sbin/ftp-proxy/ftp-proxy.c http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a50c4a2f1915a5ad8ac3966c1fc73f5b09a7aeb4 -- DragonFly BSD source repository
文章代碼(AID): #1CNmq3lY (DFBSD_commit)