diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-03-19 04:24:12 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-03-19 04:24:12 +0000 |
commit | 233c6bc9ca732f34fcb5e03992daed5618afe207 (patch) | |
tree | a8410f6f3209f145388709fc8bb20e024a2a396a /media-tv/mythtv | |
parent | Remove gothgirl from metadata.xml due to retirement. (diff) | |
download | gentoo-2-233c6bc9ca732f34fcb5e03992daed5618afe207.tar.gz gentoo-2-233c6bc9ca732f34fcb5e03992daed5618afe207.tar.bz2 gentoo-2-233c6bc9ca732f34fcb5e03992daed5618afe207.zip |
Fix logrotate file, clean up logging defaults and messages
(Portage version: 2.1.2.2)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend-0.18.2.conf | 34 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythbackend-0.18.2.rc | 4 | ||||
-rw-r--r-- | media-tv/mythtv/files/mythtv.logrotate.d | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p12963.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p13053.ebuild | 4 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.21_pre12945.ebuild | 5 |
7 files changed, 45 insertions, 16 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index fb3796054de8..3d06080c9977 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,10 @@ # 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.142 2007/03/19 03:22:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.143 2007/03/19 04:24:12 cardoe Exp $ + + 19 Mar 2007; Doug Goldstein <cardoe@gentoo.org> mythtv-0.20_p12963.ebuild, + mythtv-0.20_p13053.ebuild, mythtv-0.21_pre12945.ebuild: + Fix logrotate file, clean up logging defaults and messages *mythtv-0.21_pre12945 (19 Mar 2007) diff --git a/media-tv/mythtv/files/mythbackend-0.18.2.conf b/media-tv/mythtv/files/mythbackend-0.18.2.conf index df35a7784ee8..f7ad68a5d489 100644 --- a/media-tv/mythtv/files/mythbackend-0.18.2.conf +++ b/media-tv/mythtv/files/mythbackend-0.18.2.conf @@ -1,9 +1,31 @@ # 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.conf,v 1.1 2005/12/26 09:15:30 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythbackend-0.18.2.conf,v 1.2 2007/03/19 04:24:12 cardoe Exp $ -# Specify debug-level in log. -# Accepts any combination (separated by comma) of: -# all,none,quiet,record,playback,channel,osd,file, -# schedule,network,commflag,audio,libav,jobqueue -#MYTH_VERBOSE="none" +#Accepts any combination (separated by comma) of: +# +# all - ALL available debug output +# important - Errors or other very important messages +# general - General info +# record - Recording related messages +# playback - Playback related messages +# channel - Channel related messages +# osd - On-Screen Display related messages +# file - File and AutoExpire related messages +# schedule - Scheduling related messages +# network - Network protocol related messages +# commflag - Commercial Flagging related messages +# audio - Audio related messages +# libav - Enables libav debugging +# jobqueue - JobQueue related messages +# siparser - Siparser related messages +# eit - EIT related messages +# vbi - VBI related messages +# database - Display all SQL commands executed +# dsmcc - DSMCC carousel related messages +# mheg - MHEG debugging messages +# upnp - upnp debugging messages +# socket - socket debugging messages +# timestamp - Conditional data driven messages +# none - NO debug output +#MYTH_VERBOSE="important,general" diff --git a/media-tv/mythtv/files/mythbackend-0.18.2.rc b/media-tv/mythtv/files/mythbackend-0.18.2.rc index 61f3324bb429..93ca561e7b74 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.4 2006/10/06 03:00:23 cardoe Exp $ +# $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 $ depend() { need net @@ -9,7 +9,7 @@ depend() { } start() { - [[ -z "${MYTH_VERBOSE}" ]] && MYTH_VERBOSE="none" + [[ -z "${MYTH_VERBOSE}" ]] && MYTH_VERBOSE="important,general" export QTDIR=/usr/qt/3 export HOME=/etc/mythtv diff --git a/media-tv/mythtv/files/mythtv.logrotate.d b/media-tv/mythtv/files/mythtv.logrotate.d index 151894fe3501..5a93f423822a 100644 --- a/media-tv/mythtv/files/mythtv.logrotate.d +++ b/media-tv/mythtv/files/mythtv.logrotate.d @@ -1,12 +1,12 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythtv.logrotate.d,v 1.1 2007/03/10 04:36:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/files/mythtv.logrotate.d,v 1.2 2007/03/19 04:24:12 cardoe Exp $ /var/log/mythtv/mythbackend.log /var/log/mythtv/mythfrontend.log { +rotate 5 weekly create 660 mythtv video notifempty -size 5M sharedscripts missingok postrotate diff --git a/media-tv/mythtv/mythtv-0.20_p12963.ebuild b/media-tv/mythtv/mythtv-0.20_p12963.ebuild index 25cc3a3e3538..afd57604c7a2 100644 --- a/media-tv/mythtv/mythtv-0.20_p12963.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p12963.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12963.ebuild,v 1.1 2007/03/10 04:36:10 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p12963.ebuild,v 1.2 2007/03/19 04:24:12 cardoe Exp $ inherit mythtv flag-o-matic multilib eutils qt3 @@ -237,7 +237,7 @@ src_install() { chown -R mythtv "${D}"/var/log/mythtv insinto /etc/logrotate.d - doins "${FILESDIR}"/mythtv.logrotate.d mythtv + newins "${FILESDIR}"/mythtv.logrotate.d mythtv insinto /usr/share/mythtv/contrib doins contrib/* diff --git a/media-tv/mythtv/mythtv-0.20_p13053.ebuild b/media-tv/mythtv/mythtv-0.20_p13053.ebuild index a1abbc853c2c..b35f5f751d78 100644 --- a/media-tv/mythtv/mythtv-0.20_p13053.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p13053.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p13053.ebuild,v 1.1 2007/03/18 23:59:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p13053.ebuild,v 1.2 2007/03/19 04:24:12 cardoe Exp $ inherit mythtv flag-o-matic multilib eutils qt3 @@ -237,7 +237,7 @@ src_install() { chown -R mythtv "${D}"/var/log/mythtv insinto /etc/logrotate.d - doins "${FILESDIR}"/mythtv.logrotate.d mythtv + newins "${FILESDIR}"/mythtv.logrotate.d mythtv insinto /usr/share/mythtv/contrib doins contrib/* diff --git a/media-tv/mythtv/mythtv-0.21_pre12945.ebuild b/media-tv/mythtv/mythtv-0.21_pre12945.ebuild index 59122e791828..1d61828fbead 100644 --- a/media-tv/mythtv/mythtv-0.21_pre12945.ebuild +++ b/media-tv/mythtv/mythtv-0.21_pre12945.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre12945.ebuild,v 1.1 2007/03/19 03:22:33 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre12945.ebuild,v 1.2 2007/03/19 04:24:12 cardoe Exp $ inherit flag-o-matic multilib eutils qt3 mythtv subversion @@ -224,6 +224,9 @@ src_install() { keepdir /var/log/mythtv chown -R mythtv "${D}"/var/log/mythtv + insinto /etc/logrotate.d + newins "${FILESDIR}"/mythtv.logrotate.d mythtv + insinto /usr/share/mythtv/contrib doins contrib/* |