summarylogtreecommitdiffstats
path: root/nsscache-fix-config-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nsscache-fix-config-path.patch')
-rw-r--r--nsscache-fix-config-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nsscache-fix-config-path.patch b/nsscache-fix-config-path.patch
new file mode 100644
index 000000000000..892f738cddb4
--- /dev/null
+++ b/nsscache-fix-config-path.patch
@@ -0,0 +1,13 @@
+diff -ura nsscache.orig/nsscache-version-0.37/nss_cache/caches/files.py nsscache.new/nsscache-version-0.37/nss_cache/caches/files.py
+--- nsscache.orig/nsscache-version-0.37/nss_cache/caches/files.py 2018-10-31 13:27:27.000000000 -0500
++++ nsscache.new/nsscache-version-0.37/nss_cache/caches/files.py 2019-01-18 19:55:57.707376798 -0600
+@@ -52,8 +52,7 @@
+ i = i[14:]
+ parser.read(i)
+ else:
+- # Config in nsscache folder
+- parser.read('nsscache.conf')
++ parser.read('/etc/nsscache.conf')
+ prefix = parser.get('suffix', 'prefix')
+ suffix = parser.get('suffix', 'suffix')
+