mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -04:00
combines them into one multiple program stream that is suitable for outputing to DVB-C modulator. WWW: https://github.com/gfto/mptsd
11 lines
300 B
C
11 lines
300 B
C
--- 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;
|