vdr/vdr/debian/patches 06_default_svdrp_port_0.dpatch 00list

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 15 Jan 2005 18:14:20 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches
In directory haydn:/tmp/cvs-serv31268/vdr/vdr/debian/patches

Modified Files:
	00list 
Added Files:
	06_default_svdrp_port_0.dpatch 
Log Message:
* added a patch which sets the default port for SVDRP to 0 (disable SVDRP) (added SVDRP_PORT=2001 to config-loader.sh and using it in the init-script)
* removed some useless changelog-entries (not every nonsense change must be mentitioned in the changelog)

Index: 00list
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdr/debian/patches/00list,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- 00list	30 Dec 2004 23:03:20 -0000	1.11
+++ 00list	15 Jan 2005 18:14:18 -0000	1.12
@@ -4,6 +4,7 @@
 03_cmdsubmenu
 04_newplugin
 05_set_system_time_as_user
+06_default_svdrp_port_0
 
 # The Elchi AIO 4d patch for a nicer OSD, inlcuding the frames and black
 # square fix.

--- NEW FILE: 06_default_svdrp_port_0.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 06_default_svdrp_port_0.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: This sets the default svdrp-port to 0, which means that
## DP: SVDRP is disabled by default unless someone specifies
## DP: another port with the --port option when starting vdr

@DPATCH@
diff -urNad vdr-1.2.6/vdr.c /tmp/dpep.38cW8S/vdr-1.2.6/vdr.c
--- vdr-1.2.6/vdr.c	2004-04-22 12:48:59.000000000 +0200
+++ /tmp/dpep.38cW8S/vdr-1.2.6/vdr.c	2005-01-15 18:51:46.000000000 +0100
@@ -90,7 +90,7 @@
 
   // Command line options:
 
-#define DEFAULTSVDRPPORT 2001
+#define DEFAULTSVDRPPORT 0
 #define DEFAULTWATCHDOG     0 // seconds
 #define DEFAULTPLUGINDIR PLUGINDIR