diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2015-10-09 09:13:09 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2015-10-09 09:14:21 -0500 |
commit | e1d2a191cf7e01234b675d474486f234af1492fd (patch) | |
tree | 40f6e32972fb340d82459ccc44d577d0115e4bba /media-tv | |
parent | app-admin/rsyslog: Adjusted dependency on dev-libs/liblognorm (diff) | |
download | gentoo-e1d2a191cf7e01234b675d474486f234af1492fd.tar.gz gentoo-e1d2a191cf7e01234b675d474486f234af1492fd.tar.bz2 gentoo-e1d2a191cf7e01234b675d474486f234af1492fd.zip |
media-tv/mythtv: drop group write on log directory
Drop the group write bit on the /var/log/mythtv directory in the
mythbackend initscript.
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/files/mythbackend.init-r2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2 index 6869eb5877f6..dc5e66e21a47 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 } |