summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-10-13 12:14:49 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-10-13 12:14:49 +0200
commit95c8c2b60cfa455520798ea4db2a071ed18c2a2c (patch)
tree54346d4779f50d6caee950da353811239897d675 /vdr.c
parent44cb1a79a5ef620f317102cdae4c4c8780f250af (diff)
downloadvdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.gz
vdr-95c8c2b60cfa455520798ea4db2a071ed18c2a2c.tar.bz2
New configuration file 'reccmds.conf'
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr.c b/vdr.c
index c1e0c11a..beeee889 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/people/kls/vdr
*
- * $Id: vdr.c 1.126 2002/10/12 15:22:29 kls Exp $
+ * $Id: vdr.c 1.127 2002/10/13 12:13:19 kls Exp $
*/
#include <getopt.h>
@@ -319,6 +319,7 @@ int main(int argc, char *argv[])
Channels.Load(AddDirectory(ConfigDirectory, "channels.conf"));
Timers.Load(AddDirectory(ConfigDirectory, "timers.conf"));
Commands.Load(AddDirectory(ConfigDirectory, "commands.conf"), true);
+ RecordingCommands.Load(AddDirectory(ConfigDirectory, "reccmds.conf"), true);
SVDRPhosts.Load(AddDirectory(ConfigDirectory, "svdrphosts.conf"), true);
CaDefinitions.Load(AddDirectory(ConfigDirectory, "ca.conf"), true);
Keys.Load(AddDirectory(ConfigDirectory, "remote.conf"));