Blob Blame History Raw
diff -up osdteletext-0.9.3/osdteletext.c~ osdteletext-0.9.3/osdteletext.c
--- osdteletext-0.9.3/osdteletext.c~	2012-04-03 21:38:29.000000000 +0300
+++ osdteletext-0.9.3/osdteletext.c	2013-03-03 22:10:55.975090002 +0200
@@ -124,7 +124,7 @@ const char *cPluginTeletextosd::CommandL
   // Return a string that describes all known command line options.
   return "  -d        --directory=DIR    The directory where the temporary\n"
          "                               files will be stored.\n"
-         "                               (default: /var/cache/vdr/vtx)\n"
+         "                               (default: /tmp/vtx)\n"
          "                               Ensure that the directory exists and is writable.\n"
          "  -n        --max-cache=NUM    Maximum size in megabytes of cache used\n"
          "                               to store the pages on the harddisk.\n"
diff -up osdteletext-0.9.3/README~ osdteletext-0.9.3/README
--- osdteletext-0.9.3/README~	2010-11-06 17:18:56.000000000 +0200
+++ osdteletext-0.9.3/README	2013-03-03 22:10:42.054850825 +0200
@@ -86,7 +86,7 @@ Command line options:
 
      -d        --directory=DIR    The directory where the temporary
                                   files will be stored.
-                                  (default: /var/cache/vdr/vtx)
+                                  (default: /tmp/vtx)
                                   Ensure that the directory exists and is
                                   writable.
      -n        --max-cache=NUM    Maximum size in megabytes of cache used
diff -up osdteletext-0.9.3/README.DE~ osdteletext-0.9.3/README.DE
--- osdteletext-0.9.3/README.DE~	2010-11-06 17:18:56.000000000 +0200
+++ osdteletext-0.9.3/README.DE	2013-03-03 22:10:47.557945436 +0200
@@ -63,7 +63,7 @@ Kommandozeilen-Optionen:
    Verfügbare Optionen:
 
      -d        --directory=DIR    Das Verzeichnis für die temporären Dateien.
-                                  (Voreinstellung: /var/cache/vdr/vtx)
+                                  (Voreinstellung: /tmp/vtx)
                                   Stellen Sie sicher, dass das Verzeichnis existiert
                                   und beschreibbar ist.
      -n        --max-cache=NUM    Maximale Größe des Zwischenspeichers für Seiten
diff -up osdteletext-0.9.3/txtrecv.c~ osdteletext-0.9.3/txtrecv.c
--- osdteletext-0.9.3/txtrecv.c~	2012-04-03 21:31:33.000000000 +0300
+++ osdteletext-0.9.3/txtrecv.c	2013-03-03 22:10:31.503669741 +0200
@@ -27,7 +27,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 
-const char *RootDir::root = "/var/cache/vdr/vtx";
+const char *RootDir::root = "/tmp/vtx";
 
 void RootDir::setRootDir(const char *newRoot) {
    root=newRoot;