commit: ef4534f2b4437b8ac622413bfd4540e656d57d9d
Author: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 01:33:54 2015 +0000
Commit: Doug Goldstein <cardoe <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 14:23:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef4534f2
media-tv/mythtv: fix typo in user name
Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein <cardoe <AT> gentoo.org>
media-tv/mythtv/files/mythbackend.init-r2 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-tv/mythtv/files/mythbackend.init-r2
b/media-tv/mythtv/files/mythbackend.init-r2
index 43f53e8..aa7c35f 100644
--- a/media-tv/mythtv/files/mythbackend.init-r2
+++ b/media-tv/mythtv/files/mythbackend.init-r2
@@ -38,8 +38,8 @@ start() {
# Work around any strange permissions that may be on these files.
[ "x${MYTHBACKEND_LOGGING}" = "xfiles" ] && \
- checkpath --directory --owner mythv:video --mode 0775
/var/log/mythtv
- checkpath --directory --owner mythv:video --mode 0775 /home/mythtv
+ checkpath --directory --owner mythtv:video --mode 0775
/var/log/mythtv
+ checkpath --directory --owner mythtv:video --mode 0775 /home/mythtv
ebegin "Starting MythTV Backend"
start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \