diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2015-09-15 20:33:54 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2015-09-16 09:23:24 -0500 |
commit | ef4534f2b4437b8ac622413bfd4540e656d57d9d (patch) | |
tree | 7b52622e486140786526d1d48e85ecbf0b48a26a /media-tv | |
parent | net-libs/ignition-transport: initial import. ebuild by me. (diff) | |
download | gentoo-ef4534f2b4437b8ac622413bfd4540e656d57d9d.tar.gz gentoo-ef4534f2b4437b8ac622413bfd4540e656d57d9d.tar.bz2 gentoo-ef4534f2b4437b8ac622413bfd4540e656d57d9d.zip |
media-tv/mythtv: fix typo in user name
Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/files/mythbackend.init-r2 | 4 |
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 \ |