diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-11-30 21:56:56 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-11-30 21:56:56 +0000 |
commit | 0016cd3fc254444c6c789f5400d14a1d3af60596 (patch) | |
tree | d4f107ed6da44f31d5706112b809a38a820b7e0d /media-tv | |
parent | New ebuild thanks to Sebastian <sebastian_ml@gmx.net> in bug 151560 (diff) | |
download | gentoo-2-0016cd3fc254444c6c789f5400d14a1d3af60596.tar.gz gentoo-2-0016cd3fc254444c6c789f5400d14a1d3af60596.tar.bz2 gentoo-2-0016cd3fc254444c6c789f5400d14a1d3af60596.zip |
Added warning about installed dvbsplash-initscript.
(Portage version: 2.1.2_rc2-r3)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/gentoo-vdr-scripts/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild | 16 |
2 files changed, 17 insertions, 5 deletions
diff --git a/media-tv/gentoo-vdr-scripts/ChangeLog b/media-tv/gentoo-vdr-scripts/ChangeLog index 2a95f179404a..07ffc19f3237 100644 --- a/media-tv/gentoo-vdr-scripts/ChangeLog +++ b/media-tv/gentoo-vdr-scripts/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/gentoo-vdr-scripts # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.67 2006/11/07 20:16:22 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/ChangeLog,v 1.68 2006/11/30 21:56:56 zzam Exp $ + + 30 Nov 2006; Matthias Schwarzott <zzam@gentoo.org> + gentoo-vdr-scripts-0.3.7.ebuild: + Added warning about installed dvbsplash-initscript. *gentoo-vdr-scripts-0.3.7 (07 Nov 2006) diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild index feb0c2afef93..32b4cba5424b 100644 --- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild,v 1.1 2006/11/07 20:16:22 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-0.3.7.ebuild,v 1.2 2006/11/30 21:56:56 zzam Exp $ inherit eutils @@ -87,7 +87,7 @@ pkg_postinst() { ewarn ewarn "A shutdown-file has been changed." ewarn "You really have to execute" - ewarn " emerge --config gentoo-vdr-scripts" + ewarn "\temerge --config gentoo-vdr-scripts" ewarn "to keep shutdown working." ewarn @@ -95,10 +95,10 @@ pkg_postinst() { else elog elog "To make shutdown work add this line to /etc/sudoers" - elog " $VDRSUDOENTRY" + elog "\t$VDRSUDOENTRY" elog elog "or execute this command:" - elog " emerge --config gentoo-vdr-scripts" + elog "\temerge --config gentoo-vdr-scripts" elog fi @@ -116,6 +116,14 @@ pkg_postinst() { einfo "Smart updating should have moved all your settings" einfo fi + + if [[ -f "${ROOT}/etc/init.d/dvbsplash" ]]; then + ewarn + ewarn "You have dvbsplash installed!" + ewarn "Please delete /etc/init.d/dvbsplash with:" + ewarn "\trm /etc/init.d/dvbsplash" + ewarn + fi } pkg_config() { |