summaryrefslogtreecommitdiff
path: root/net/mptsd/files/patch-mptsd.c
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-07 12:54:42 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-06-07 12:54:42 +0000
commit84b6c91edc38c8b314bffec8095719e0f485b749 (patch)
tree3a1b12fa54dbe5e7fb220d5cfd26636da8bbbc63 /net/mptsd/files/patch-mptsd.c
parentLimit portscout to 1.x. (diff)
mptsd receives mpegts streams from multicast (udp/rtp) or http and
combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. WWW: https://github.com/gfto/mptsd
Notes
Notes: svn path=/head/; revision=471913
Diffstat (limited to 'net/mptsd/files/patch-mptsd.c')
-rw-r--r--net/mptsd/files/patch-mptsd.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mptsd/files/patch-mptsd.c b/net/mptsd/files/patch-mptsd.c
new file mode 100644
index 000000000000..731e7881245e
--- /dev/null
+++ b/net/mptsd/files/patch-mptsd.c
@@ -0,0 +1,11 @@
+--- mptsd.c.orig 2011-09-16 12:37:04 UTC
++++ mptsd.c
+@@ -34,7 +34,7 @@
+
+ #define PROGRAM_NAME "ux-mptsd"
+
+-const char *program_id = PROGRAM_NAME " " GIT_VER " build " BUILD_ID;
++const char *program_id = PROGRAM_NAME " FreeBSD port";
+
+ char *server_sig = PROGRAM_NAME;
+ char *server_ver = GIT_VER;