diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 12:06:33 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-11 12:06:33 +0000 |
commit | 9b4e6d15769d2b9a52a02f55a00502613b1a6d76 (patch) | |
tree | f0c3ff22da9880c5aecc4d3a447995321bc98272 /media-tv | |
parent | Marked ~amd64. (diff) | |
download | historical-9b4e6d15769d2b9a52a02f55a00502613b1a6d76.tar.gz historical-9b4e6d15769d2b9a52a02f55a00502613b1a6d76.tar.bz2 historical-9b4e6d15769d2b9a52a02f55a00502613b1a6d76.zip |
Closing #56114
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv/Manifest | 6 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend.conf | 5 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend.rc6 | 5 |
4 files changed, 15 insertions, 7 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 44db0cec89e0..5b060f3089aa 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.33 2004/09/10 16:54:12 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.34 2004/09/11 12:06:33 aliz Exp $ + + 10 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> files/mythbackend.conf, + files/mythbackend.rc6: + Added option to specify verbose level for mythbackend. Closing #56114. *mythtv-0.16 (10 Sep 2004) diff --git a/media-tv/mythtv/Manifest b/media-tv/mythtv/Manifest index cb2e591ff4a3..22f9310a9c16 100644 --- a/media-tv/mythtv/Manifest +++ b/media-tv/mythtv/Manifest @@ -3,16 +3,16 @@ MD5 bb8f641b460d061161d9982b0464b9dc mythtv-0.13-r1.ebuild 4519 MD5 57cfe76f89eedb2435b19ba8c0b78695 mythtv-0.16.ebuild 5407 MD5 ed986a83ce07ad7d884bc14715a48b8b mythtv-0.15.1-r1.ebuild 7656 MD5 069bb2ed03255dd27030c717e89ff508 mythtv-0.14-r1.ebuild 5581 -MD5 5430e70764d291099f02e583c9e2994a ChangeLog 6721 +MD5 d0ecca5bd86bb0efcfc3418805bbf2dc ChangeLog 6892 MD5 20e2255501865de5b568424821abf69d metadata.xml 161 MD5 75594236f281302bcb8f60629e0da65b files/tvformat.fix.0.13.diff 407 MD5 788cdcff1808794391bf5ef2e157b5fb files/digest-mythtv-0.15.1 67 MD5 788cdcff1808794391bf5ef2e157b5fb files/digest-mythtv-0.15.1-r1 67 MD5 a01439b4ddf480862e31867fc4689698 files/digest-mythtv-0.13-r1 65 MD5 24ab1e90e64fb0be4704e74b633e96b1 files/digest-mythtv-0.14-r1 65 -MD5 edd304638b110182dc687e535104ad17 files/mythbackend.conf 856 +MD5 f61ed76cd0d4dab547459acb1ee99882 files/mythbackend.conf 902 MD5 f34c79d00b235a08f18cf9f2107d6390 files/mythtv-0.15-directfb.patch 1185 -MD5 6ccb01083167ee942d8e0ac84748b276 files/mythbackend.rc6 1654 +MD5 42fa0fc7989526cab3de95cd34b7b931 files/mythbackend.rc6 1680 MD5 fb4505fe7e8b832e115d777bf836d3bc files/digest-mythtv-0.16 66 MD5 e7cc68f54ad1c6128aec944e105189e3 files/gcc-3.4-fix.patch 1773 MD5 b3a4780890d53640604812b8069a8297 files/mythfilldatabase.cron 74 diff --git a/media-tv/mythtv/files/mythbackend.conf b/media-tv/mythtv/files/mythbackend.conf index 6c92a4f6b0b5..359d38ddfbfb 100644 --- a/media-tv/mythtv/files/mythbackend.conf +++ b/media-tv/mythtv/files/mythbackend.conf @@ -1,6 +1,6 @@ # 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.conf,v 1.3 2004/07/14 22:53:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.conf,v 1.4 2004/09/11 12:06:33 aliz Exp $ # Uncomment this to disable the permission warnings. MYTH_WARN=yes @@ -21,3 +21,6 @@ MYTH_LOG=/var/log/mythtv/mythbackend.log # Specify in which file to store the backend process id. MYTH_PID=/var/run/mythtv/mythbackend.pid + +# Specify debug-level in log +MYTH_VERBOSE="none" diff --git a/media-tv/mythtv/files/mythbackend.rc6 b/media-tv/mythtv/files/mythbackend.rc6 index 47bd2b898f74..f49411fb9daf 100644 --- a/media-tv/mythtv/files/mythbackend.rc6 +++ b/media-tv/mythtv/files/mythbackend.rc6 @@ -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.rc6,v 1.3 2004/07/14 22:53:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend.rc6,v 1.4 2004/09/11 12:06:33 aliz Exp $ depend() { need net @@ -43,7 +43,8 @@ start() { ebegin "Starting myth backend" start-stop-daemon --start --quiet --chuid "${MYTH_USER}" \ --exec /usr/bin/mythbackend -- \ - --daemon --pidfile "${MYTH_PID}" --logfile "${MYTH_LOG}" + --daemon --pidfile "${MYTH_PID}" --logfile "${MYTH_LOG}" \ + --verbose ${MYTH_VERBOSE} eend $? } |