News:

Latest versions:
Server plugin: 0.5.1
MVP dongle: 0.5.2
Raspberry Pi client: 0.5.2
Windows client: 0.5.2-1

Main Menu

vdr-vompserver-0.2.6 added to gentoo tree

Started by petric, February 17, 2007, 22:06:07

Previous topic - Next topic

petric

Hello,

an ebuild for vdr-vompserver 0.2.6 have been added to gentoo.

At the release process the gentoo vdr maintainers told me that each plugin should have its own subdirectory below the plugins directory.

I think this is a good idea - so i propose the following change:

-------------------------------------- cut ----------------------------------
diff -Naur vompserver-0.2.6.orig/bootpd.c vompserver-0.2.6/bootpd.c
--- vompserver-0.2.6.orig/bootpd.c   2007-02-17 18:25:39.300235973 +0100
+++ vompserver-0.2.6/bootpd.c   2007-02-17 18:26:03.418578373 +0100
@@ -99,7 +99,7 @@

   // Open a config file for the given MAC

-  const char* configDir = cPlugin::ConfigDirectory();
+  const char* configDir = cPlugin::ConfigDirectory( "vomp" );
//  char* configDir = "/opt/dvb/vdr-config-1.3/plugins";
   if (!configDir)
   {
-------------------------------------- cut ----------------------------------