Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107361485
D11165.id29514.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D11165.id29514.diff
View Options
Index: ftp/Makefile
===================================================================
--- ftp/Makefile
+++ ftp/Makefile
@@ -47,6 +47,7 @@
SUBDIR += ncftp3
SUBDIR += ncftpd
SUBDIR += net2ftp
+ SUBDIR += netdumpd
SUBDIR += ocaml-ocurl
SUBDIR += oftpd
SUBDIR += omi
Index: ftp/netdumpd/Makefile
===================================================================
--- /dev/null
+++ ftp/netdumpd/Makefile
@@ -0,0 +1,20 @@
+# Created by: Mark Johnston <markj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= netdumpd
+PORTVERSION= 20170612
+CATEGORIES= ftp
+MASTER_SITES= LOCAL/markj
+
+MAINTAINER= markj@FreeBSD.org
+COMMENT= UDP server capable of handling netdump transfers
+
+LICENSE= BSD2CLAUSE
+
+MAKE_ARGS+= BINDIR=${PREFIX}/sbin
+MAKE_ARGS+= MANDIR=${PREFIX}/man/man
+MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d
+
+PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
+
+.include <bsd.port.mk>
Index: ftp/netdumpd/distinfo
===================================================================
--- /dev/null
+++ ftp/netdumpd/distinfo
@@ -0,0 +1,2 @@
+SHA256 (netdumpd-20170612.tar.gz) = debf517491d1a22eb5db428c01d1ef1a382982913385c92c87c65204d4cf06db
+SIZE (netdumpd-20170612.tar.gz) = 14548
Index: ftp/netdumpd/pkg-descr
===================================================================
--- /dev/null
+++ ftp/netdumpd/pkg-descr
@@ -0,0 +1,7 @@
+UDP server capable of handling netdump transfers
+
+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.
+
+WWW: https://github.com/markjdb/netdumpd
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jan 14, 1:27 AM (17 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15789648
Default Alt Text
D11165.id29514.diff (1 KB)
Attached To
Mode
D11165: Add a port for netdumpd
Attached
Detach File
Event Timeline
Log In to Comment