From: Doug Goldstein Date: Wed, 16 Sep 2015 01:33:54 +0000 (-0500) Subject: media-tv/mythtv: fix typo in user name X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ef4534f2b4437b8ac622413bfd4540e656d57d9d;p=gentoo.git media-tv/mythtv: fix typo in user name Package-Manager: portage-2.2.20.1 Signed-off-by: Doug Goldstein --- diff --git a/media-tv/mythtv/files/mythbackend.init-r2 b/media-tv/mythtv/files/mythbackend.init-r2 index 43f53e876ff4..aa7c35f27de2 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 \