summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/files/mythbackend.init-r24
1 files changed, 2 insertions, 2 deletions
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 \