summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2006-11-26 17:31:52 +0000
committerMichael Januszewski <spock@gentoo.org>2006-11-26 17:31:52 +0000
commitef6302adf266328a88f6d72b073913354e340704 (patch)
tree0802680c3119a7035e280f6f72bd39033ee218f5 /media-gfx
parentFix homepage (diff)
downloadgentoo-2-ef6302adf266328a88f6d72b073913354e340704.tar.gz
gentoo-2-ef6302adf266328a88f6d72b073913354e340704.tar.bz2
gentoo-2-ef6302adf266328a88f6d72b073913354e340704.zip
Bugfix: do not display a list of services to be started during boot.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/splashutils/ChangeLog6
-rw-r--r--media-gfx/splashutils/splashutils-1.3-r3.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/media-gfx/splashutils/ChangeLog b/media-gfx/splashutils/ChangeLog
index 488e19076516..3b41380b7a13 100644
--- a/media-gfx/splashutils/ChangeLog
+++ b/media-gfx/splashutils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/splashutils
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.69 2006/11/21 18:57:44 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/ChangeLog,v 1.70 2006/11/26 17:31:52 spock Exp $
+
+ 26 Nov 2006; Michał Januszewski <spock@gentoo.org>
+ splashutils-1.3-r3.ebuild:
+ Bugfix: do not display a list of services to be started during boot.
*splashutils-1.3-r3 (21 Nov 2006)
diff --git a/media-gfx/splashutils/splashutils-1.3-r3.ebuild b/media-gfx/splashutils/splashutils-1.3-r3.ebuild
index 5c597746f525..79448a409d4d 100644
--- a/media-gfx/splashutils/splashutils-1.3-r3.ebuild
+++ b/media-gfx/splashutils/splashutils-1.3-r3.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-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.1 2006/11/21 18:57:44 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/splashutils/splashutils-1.3-r3.ebuild,v 1.2 2006/11/26 17:31:52 spock Exp $
inherit eutils multilib toolchain-funcs
@@ -103,6 +103,9 @@ src_unpack() {
# Fix path to klibc headers on multilib systems
sed -i -e "s:/lib/klibc:/$(get_libdir)/klibc:" ${S}/Makefile
+
+ # Do not display a list of services to be started during boot.
+ sed -i -e '509 d' ${SG}/splash-functions.sh
}
src_compile() {