Blob Blame History Raw
diff -up inadyn-mt.v.02.24.38/man/inadyn8.tmpfile inadyn-mt.v.02.24.38/man/inadyn8
diff -up inadyn-mt.v.02.24.38/man/inadyn-mt.8.tmpfile inadyn-mt.v.02.24.38/man/inadyn-mt.8
--- inadyn-mt.v.02.24.38/man/inadyn-mt.8.tmpfile	2014-04-27 10:29:35.092816620 +0200
+++ inadyn-mt.v.02.24.38/man/inadyn-mt.8	2014-04-27 10:31:05.162680058 +0200
@@ -184,7 +184,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.38/src/dyndns.h.tmpfile inadyn-mt.v.02.24.38/src/dyndns.h
--- inadyn-mt.v.02.24.38/src/dyndns.h.tmpfile	2014-04-27 10:25:01.277343956 +0200
+++ inadyn-mt.v.02.24.38/src/dyndns.h	2014-04-27 10:26:11.629884831 +0200
@@ -112,7 +112,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"