commit:     e1d2a191cf7e01234b675d474486f234af1492fd
Author:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 14:13:09 2015 +0000
Commit:     Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 14:14:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d2a191

media-tv/mythtv: drop group write on log directory

Drop the group write bit on the /var/log/mythtv directory in the
mythbackend initscript.

 media-tv/mythtv/files/mythbackend.init-r2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-tv/mythtv/files/mythbackend.init-r2 
b/media-tv/mythtv/files/mythbackend.init-r2
index 6869eb5..dc5e66e 100644
--- a/media-tv/mythtv/files/mythbackend.init-r2
+++ b/media-tv/mythtv/files/mythbackend.init-r2
@@ -42,7 +42,7 @@ start_pre() {
 
        # Work around any strange permissions that may be on these files.
        [ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
-               checkpath --directory --owner mythtv:video --mode 0775 
/var/log/mythtv
+               checkpath --directory --owner mythtv:video --mode 0755 
/var/log/mythtv
        checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
        checkpath --directory --owner mythtv:video --mode 0750 /run/mythtv
 }

Reply via email to