media-tv/mythtv: fix typo in user name
authorDoug Goldstein <cardoe@gentoo.org>
Wed, 16 Sep 2015 01:33:54 +0000 (20:33 -0500)
committerDoug Goldstein <cardoe@gentoo.org>
Wed, 16 Sep 2015 14:23:24 +0000 (09:23 -0500)
Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
media-tv/mythtv/files/mythbackend.init-r2

index 43f53e876ff44d952ea0267980458499ce417011..aa7c35f27de20cdfad2fb89a99fbe769a521ac18 100644 (file)
@@ -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 \