[inadyn-mt/f20: 11/14] Fix wrong NetworkManger dispatcher directory

mooninite mooninite at fedoraproject.org
Tue Jan 20 02:34:31 UTC 2015


commit ec353e8d660977735361134061a1f6087072a5fc
Author: Jochen Schmitt <Jochen at herr-schmitt.de>
Date:   Thu May 1 10:49:54 2014 +0200

    Fix wrong NetworkManger dispatcher directory

 inadyn-mt-2.24.38-cachdir.patch |   25 +++++++++++++++++++++++++
 sources                         |    1 +
 2 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/inadyn-mt-2.24.38-cachdir.patch b/inadyn-mt-2.24.38-cachdir.patch
new file mode 100644
index 0000000..f841cfb
--- /dev/null
+++ b/inadyn-mt-2.24.38-cachdir.patch
@@ -0,0 +1,25 @@
+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"
+ 
diff --git a/sources b/sources
index 2561add..9033cde 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 ccef145f7c3e8c84aa7fe38c14b046f0  inadyn-mt.v.02.24.43.tar.gz
+


More information about the scm-commits mailing list