Blob Blame History Raw
diff -up inadyn-mt.v.02.24.40/man/inadyn-mt.8.cd inadyn-mt.v.02.24.40/man/inadyn-mt.8
--- inadyn-mt.v.02.24.40/man/inadyn-mt.8.cd	2014-06-01 17:02:49.000000000 +0200
+++ inadyn-mt.v.02.24.40/man/inadyn-mt.8	2014-07-02 20:48:18.533307217 +0200
@@ -189,7 +189,7 @@ Fine timer control.  Slow, or speed time
 The name, including the full path, of a log file.
 .TP
 .I \-\-cache_dir
-Directory to which ip, and time update files are written.  Defaults to /tmp on **NIX systems.
+Directory to which ip, and time update files are written.  Defaults to /var/cache/inadyn-mt on Fedora systems.
 .TP
 .I \-\-background
 run in background. Output is sent to the UNIX syslog facilities or to a log file, if one was specified.
diff -up inadyn-mt.v.02.24.40/src/dyndns.h.cd inadyn-mt.v.02.24.40/src/dyndns.h
--- inadyn-mt.v.02.24.40/src/dyndns.h.cd	2014-07-02 20:48:18.534307184 +0200
+++ inadyn-mt.v.02.24.40/src/dyndns.h	2014-07-02 20:50:24.526586399 +0200
@@ -113,7 +113,7 @@ typedef enum
 /*inadyn backward compatibility*/
 #define DYNDNS_DEFAULT_CONFIG_FILE		"/etc/inadyn.conf"
 
-#define DYNDNS_DEFAULT_CACHE_PREFIX		"/tmp/"
+#define DYNDNS_DEFAULT_CACHE_PREFIX		"/var/cache/inadyn-mt/"
 #define DYNDNS_DEFAULT_IP_FILE			"inadyn_ip.cache"
 #define DYNDNS_DEFAULT_TIME_FILE		"inadyn_time.cache"