summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-05-10 03:37:56 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-05-10 03:37:56 +0000
commit3998a89b8f7c5487850c83a927218ecde530af7c (patch)
treedb167f01f9e515535cf3a1480a9e583f218ae4a8
parentnew upstream release (diff)
downloadgentoo-2-3998a89b8f7c5487850c83a927218ecde530af7c.tar.gz
gentoo-2-3998a89b8f7c5487850c83a927218ecde530af7c.tar.bz2
gentoo-2-3998a89b8f7c5487850c83a927218ecde530af7c.zip
initscript change need mysql since mythbackend requires mysql. add LCDd and lircd to use even though the backend doesn't use it but we want to make sure they are running for the frontend which should start up after the backend.
(Portage version: 2.1.2.7)
-rw-r--r--media-tv/mythtv/ChangeLog8
-rw-r--r--media-tv/mythtv/files/mythbackend-0.18.2.rc6
2 files changed, 10 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index c3ae69670cff..022a3f6dd070 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.151 2007/04/26 16:11:51 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.152 2007/05/10 03:37:55 cardoe Exp $
+
+ 10 May 2007; Doug Goldstein <cardoe@gentoo.org>
+ files/mythbackend-0.18.2.rc:
+ initscript change need mysql since mythbackend requires mysql. add LCDd and
+ lircd to use even though the backend doesn't use it but we want to make sure
+ they are running for the frontend which should start up after the backend.
*mythtv-0.20.1_p13344 (26 Apr 2007)
diff --git a/media-tv/mythtv/files/mythbackend-0.18.2.rc b/media-tv/mythtv/files/mythbackend-0.18.2.rc
index 93ca561e7b74..809600c0340e 100644
--- a/media-tv/mythtv/files/mythbackend-0.18.2.rc
+++ b/media-tv/mythtv/files/mythbackend-0.18.2.rc
@@ -1,11 +1,11 @@
#!/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.5 2007/03/19 04:24:12 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.rc,v 1.6 2007/05/10 03:37:56 cardoe Exp $
depend() {
- need net
- use mysql
+ need net mysql
+ use lircd LCDd
}
start() {