diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-01-11 17:57:48 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-01-11 17:57:48 +0000 |
commit | 9e35db7785186312f585944ad85f729fc6808a92 (patch) | |
tree | 75a40ccd3d2d7e51356f8957efa161b5f0e72e6e /media-tv | |
parent | Version bump, bumping required python version to 2.3. Closes bug #118677. (diff) | |
download | gentoo-2-9e35db7785186312f585944ad85f729fc6808a92.tar.gz gentoo-2-9e35db7785186312f585944ad85f729fc6808a92.tar.bz2 gentoo-2-9e35db7785186312f585944ad85f729fc6808a92.zip |
more initscript changes
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/files/mythbackend-0.18.2.rc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-tv/mythtv/files/mythbackend-0.18.2.rc b/media-tv/mythtv/files/mythbackend-0.18.2.rc index e838584ccb53..2f08ffdaf823 100644 --- a/media-tv/mythtv/files/mythbackend-0.18.2.rc +++ b/media-tv/mythtv/files/mythbackend-0.18.2.rc @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.rc,v 1.2 2006/01/11 17:50:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.rc,v 1.3 2006/01/11 17:57:48 cardoe Exp $ depend() { need net @@ -12,7 +12,7 @@ start() { [[ -z "${MYTH_VERBOSE}" ]] && MYTH_VERBOSE="none" QTDIR=/usr/qt/3 - HOME=/home/mythtv + HOME=/etc/mythtv #fixes for bug #101308 unset DISPLAY @@ -21,6 +21,7 @@ start() { # Work around any strange permissions that may be on these files. chown -R mythtv /var/log/mythtv/ chown -R mythtv /etc/mythtv/ + rm -rf /etc/mythtv/.qt ebegin "Starting MythTV Backend" start-stop-daemon --start --quiet --chuid mythtv \ |