diff options
author | 2012-06-30 05:05:10 +0000 | |
---|---|---|
committer | 2012-06-30 05:05:10 +0000 | |
commit | a65d71453bd39222d067d60694cca0bbaf33363e (patch) | |
tree | 1ae24a3ddb92300b922adc59f5b715435a744e09 /media-tv/mythtv/files | |
parent | fix USE=-opengl compile (bug #404425) (diff) | |
download | gentoo-2-a65d71453bd39222d067d60694cca0bbaf33363e.tar.gz gentoo-2-a65d71453bd39222d067d60694cca0bbaf33363e.tar.bz2 gentoo-2-a65d71453bd39222d067d60694cca0bbaf33363e.zip |
Fix typo in the init script
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/mythtv/files')
-rw-r--r-- | media-tv/mythtv/files/mythbackend.init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/files/mythbackend.init b/media-tv/mythtv/files/mythbackend.init index 868515c8d983..b0f6cee36bc3 100644 --- a/media-tv/mythtv/files/mythbackend.init +++ b/media-tv/mythtv/files/mythbackend.init @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.3 2012/06/27 00:39:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.init,v 1.4 2012/06/30 05:05:10 cardoe Exp $ description="MythTV backend recording daemon" extra_commands="resched upnprebuild" @@ -30,7 +30,7 @@ start() { ebegin "Starting MythTV Backend" start-stop-daemon --start --quiet --exec /usr/bin/mythbackend \ --pidfile /var/run/mythbackend.pid -- \ - --daemon --pidfile /var/run/mythbackend.pid --user mythtv + --daemon --pidfile /var/run/mythbackend.pid --user mythtv \ --verbose ${MYTHBACKEND_VERBOSE} \ --logpath /var/log/mythtv/ \ ${MYTHBACKEND_OPTS} |