diff options
author | 2007-04-22 14:22:51 +0000 | |
---|---|---|
committer | 2007-04-22 14:22:51 +0000 | |
commit | adf2c65311ce01f347f6acfc7cdbf7ad2c317382 (patch) | |
tree | c4bfc1ff4f459f4e050f3b1e37c48e31872c408e /media-gfx/bootsplash | |
parent | Use newinitd and newconfd (bug #174266). (diff) | |
download | gentoo-2-adf2c65311ce01f347f6acfc7cdbf7ad2c317382.tar.gz gentoo-2-adf2c65311ce01f347f6acfc7cdbf7ad2c317382.tar.bz2 gentoo-2-adf2c65311ce01f347f6acfc7cdbf7ad2c317382.zip |
Use newinitd and newconfd (bug #174266).
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-gfx/bootsplash')
-rw-r--r-- | media-gfx/bootsplash/ChangeLog | 6 | ||||
-rw-r--r-- | media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/media-gfx/bootsplash/ChangeLog b/media-gfx/bootsplash/ChangeLog index d98460445bb1..d8ee689cf9f4 100644 --- a/media-gfx/bootsplash/ChangeLog +++ b/media-gfx/bootsplash/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/bootsplash # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.64 2007/02/17 11:42:40 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/ChangeLog,v 1.65 2007/04/22 14:22:51 spock Exp $ + + 22 Apr 2007; Michał Januszewski <spock@gentoo.org> + bootsplash-0.6.1-r7.ebuild: + Use newinitd and newconfd (bug #174266). 17 Feb 2007; Michał Januszewski <spock@gentoo.org> bootsplash-0.6.1-r7.ebuild: diff --git a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild b/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild index 02e30b133541..92f57570e5f8 100644 --- a/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild +++ b/media-gfx/bootsplash/bootsplash-0.6.1-r7.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-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.9 2007/02/17 11:42:40 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/bootsplash/bootsplash-0.6.1-r7.ebuild,v 1.10 2007/04/22 14:22:51 spock Exp $ inherit eutils @@ -63,11 +63,8 @@ src_install() { dodir /etc/${PN} cp -pR themes/* ${D}/etc/${PN} - exeinto /etc/init.d - doexe misc/bootsplash - - insinto /etc/conf.d - newins misc/bootsplash.conf bootsplash + doinitd misc/bootsplash + newconfd misc/bootsplash.conf bootsplash insinto /usr/share/${PN} doins kernel/*.bz2 misc/grub.conf.sample misc/yaboot.conf.sample |