From 058ed6368548666567d69d8d55ad0bd848abd880 Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 13 Jun 2017 16:39:43 +0000 Subject: Add port ftp/netdumpd. This package contains a daemon which is used to receive kernel dumps over a network from a panicking kernel. The protocol uses UDP and is similar to TFTP. Client support for FreeBSD is currently in progress. Reviewed by: bdrewery Approved by: bdrewery Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D11165 --- ftp/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'ftp/Makefile') diff --git a/ftp/Makefile b/ftp/Makefile index 360ef86c7427..bacfdba0e01f 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -47,6 +47,7 @@ SUBDIR += ncftp3 SUBDIR += ncftpd SUBDIR += net2ftp + SUBDIR += netdumpd SUBDIR += ocaml-ocurl SUBDIR += oftpd SUBDIR += omi -- cgit v1.2.3