Blame SOURCES/man-db-2.7.6.1-change-owner-of-man-cache.patch

914926
From b872ee2e8ba470ed869db7dcf37eeb96563a62fa Mon Sep 17 00:00:00 2001
914926
From: =?UTF-8?q?Nikola=20Forr=C3=B3?= <nforro@redhat.com>
914926
Date: Thu, 19 Jan 2017 14:06:30 +0100
914926
Subject: [PATCH] Set owner of man cache to root instead of man
914926
914926
---
914926
 init/systemd/man-db.conf | 2 +-
914926
 1 file changed, 1 insertion(+), 1 deletion(-)
914926
914926
diff --git a/init/systemd/man-db.conf b/init/systemd/man-db.conf
914926
index 1eb40ce..21936d5 100644
914926
--- a/init/systemd/man-db.conf
914926
+++ b/init/systemd/man-db.conf
914926
@@ -1 +1 @@
914926
-d /var/cache/man 0755 man man 1w
914926
+d /var/cache/man 0755 root root 1w
914926
-- 
914926
2.7.4
914926