Gentoo Archives: gentoo-commits

From: Doug Goldstein <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/mythtv/files/
Date: Fri, 09 Oct 2015 14:14:33
Message-Id: 1444400061.e1d2a191cf7e01234b675d474486f234af1492fd.cardoe@gentoo
1 commit: e1d2a191cf7e01234b675d474486f234af1492fd
2 Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 9 14:13:09 2015 +0000
4 Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 9 14:14:21 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d2a191
7
8 media-tv/mythtv: drop group write on log directory
9
10 Drop the group write bit on the /var/log/mythtv directory in the
11 mythbackend initscript.
12
13 media-tv/mythtv/files/mythbackend.init-r2 | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2
17 index 6869eb5..dc5e66e 100644
18 --- a/media-tv/mythtv/files/mythbackend.init-r2
19 +++ b/media-tv/mythtv/files/mythbackend.init-r2
20 @@ -42,7 +42,7 @@ start_pre() {
21
22 # Work around any strange permissions that may be on these files.
23 [ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
24 - checkpath --directory --owner mythtv:video --mode 0775 /var/log/mythtv
25 + checkpath --directory --owner mythtv:video --mode 0755 /var/log/mythtv
26 checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
27 checkpath --directory --owner mythtv:video --mode 0750 /run/mythtv
28 }