Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-osdserver/files: rc-addon.sh osdserverhosts.conf vdr-osdserver-0.1.1-gentoo.diff digest-vdr-osdserver-0.1.1 confd
Date: Sun, 02 Dec 2007 16:02:43
Message-Id: E1IyrHB-0005jB-KE@stork.gentoo.org
1 hd_brummy 07/12/02 16:02:37
2
3 Added: rc-addon.sh osdserverhosts.conf
4 vdr-osdserver-0.1.1-gentoo.diff
5 digest-vdr-osdserver-0.1.1 confd
6 Log:
7 initial ebuild, tanks to Guido Zuliani on bug 200903
8 (Portage version: 2.1.3.19)
9
10 Revision Changes Path
11 1.1 media-plugins/vdr-osdserver/files/rc-addon.sh
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/rc-addon.sh?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/rc-addon.sh?rev=1.1&content-type=text/plain
15
16 Index: rc-addon.sh
17 ===================================================================
18 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/files/rc-addon.sh,v 1.1 2007/12/02 16:02:37 hd_brummy Exp $
19 #
20 # rc-addon plugin-startup-skript for vdr-osdserver
21 #
22 # zulio <zulio(at)zulinux.net>
23
24 plugin_pre_vdr_start() {
25
26 add_plugin_param "-p ${OSDSERVER_PORT:=2010}"
27 }
28
29
30
31
32 1.1 media-plugins/vdr-osdserver/files/osdserverhosts.conf
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/osdserverhosts.conf?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/osdserverhosts.conf?rev=1.1&content-type=text/plain
36
37 Index: osdserverhosts.conf
38 ===================================================================
39 #
40 # osdserverhosts This file describes a number of host addresses that
41 # are allowed to connect to the osdserver pluging
42 # with the Video Disk Recorder (VDR) on this system.
43 # Syntax:
44 #
45 # IP-Address[/Netmask]
46 #
47
48 127.0.0.1 # always accept localhost
49 #192.168.1.0/24 # any host on the local net
50 #204.152.189.113 # a specific host
51 #0.0.0.0/0 # any host on any net (USE THIS WITH CARE!)
52
53
54
55
56 1.1 media-plugins/vdr-osdserver/files/vdr-osdserver-0.1.1-gentoo.diff
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/vdr-osdserver-0.1.1-gentoo.diff?rev=1.1&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/vdr-osdserver-0.1.1-gentoo.diff?rev=1.1&content-type=text/plain
60
61 Index: vdr-osdserver-0.1.1-gentoo.diff
62 ===================================================================
63 change the default path for config directory
64 zulio (at) zulinux.net
65
66 diff -Naur osdserver-0.1.1.orig/osdserver.c osdserver-0.1.1/osdserver.c
67 --- osdserver-0.1.1.orig/osdserver.c 2007-10-07 00:34:47.000000000 +0200
68 +++ osdserver-0.1.1/osdserver.c 2007-11-30 20:05:54.000000000 +0100
69 @@ -72,7 +72,7 @@
70
71 bool cPluginOsdServer::Initialize() {
72 // Initialize any background activities the plugin shall perform.
73 - cString OsdServerHosts = AddDirectory(cPlugin::ConfigDirectory(), "osdserverhosts.conf");
74 + cString OsdServerHosts = AddDirectory(cPlugin::ConfigDirectory(), "osdserver/osdserverhosts.conf");
75 if (access(OsdServerHosts, F_OK) == 0)
76 Server = new cServer(Port, OsdServerHosts);
77 else
78
79
80
81
82 1.1 media-plugins/vdr-osdserver/files/digest-vdr-osdserver-0.1.1
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/digest-vdr-osdserver-0.1.1?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/digest-vdr-osdserver-0.1.1?rev=1.1&content-type=text/plain
86
87 Index: digest-vdr-osdserver-0.1.1
88 ===================================================================
89 MD5 3631cf6fd8d85c39b69be04bc357453c vdr-osdserver-0.1.1.tgz 41455
90 RMD160 66e0d094bf8f446e88fa36254ea741f1b4264db5 vdr-osdserver-0.1.1.tgz 41455
91 SHA256 92082c9f79d0353c81e7e6e165f85a27b4007fbfac5d8c5ce69719ee7abf9345 vdr-osdserver-0.1.1.tgz 41455
92
93
94
95 1.1 media-plugins/vdr-osdserver/files/confd
96
97 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/confd?rev=1.1&view=markup
98 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-osdserver/files/confd?rev=1.1&content-type=text/plain
99
100 Index: confd
101 ===================================================================
102 # /etc/conf.d/vdr.osdserver
103 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-osdserver/files/confd,v 1.1 2007/12/02 16:02:37 hd_brummy Exp $
104
105 ### Listening port for osdserver plugin
106 # default: 2010
107 #OSDSERVER_PORT="2010"
108
109
110
111
112 --
113 gentoo-commits@g.o mailing list