diff options
author | 2007-04-21 23:10:58 +0000 | |
---|---|---|
committer | 2007-04-21 23:10:58 +0000 | |
commit | 945c2f2649da2adca6ed35877adcf7587265bd22 (patch) | |
tree | 1c96ef18f174becd6c3e380739012963413b6605 /app-laptop/i8kutils | |
parent | Use doinitd instead of other methods. (diff) | |
download | gentoo-2-945c2f2649da2adca6ed35877adcf7587265bd22.tar.gz gentoo-2-945c2f2649da2adca6ed35877adcf7587265bd22.tar.bz2 gentoo-2-945c2f2649da2adca6ed35877adcf7587265bd22.zip |
Use newconfd/newinitd (bug #174266)
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-laptop/i8kutils')
-rw-r--r-- | app-laptop/i8kutils/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/i8kutils/i8kutils-1.25.ebuild | 11 |
2 files changed, 9 insertions, 9 deletions
diff --git a/app-laptop/i8kutils/ChangeLog b/app-laptop/i8kutils/ChangeLog index f59a0b64978a..6b921a575ed3 100644 --- a/app-laptop/i8kutils/ChangeLog +++ b/app-laptop/i8kutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-laptop/i8kutils -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.14 2006/10/02 01:06:09 tester Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/ChangeLog,v 1.15 2007/04/21 23:10:58 tester Exp $ + + 21 Apr 2007; Olivier Crête <tester@gentoo.org> i8kutils-1.25.ebuild: + Use newconfd/newinitd (bug #174266) 02 Oct 2006; Olivier Crête <tester@gentoo.org> files/i8k.init: Make i8kmon init script really work, fixes #110572 diff --git a/app-laptop/i8kutils/i8kutils-1.25.ebuild b/app-laptop/i8kutils/i8kutils-1.25.ebuild index c106cda34be3..c92e28fc550f 100644 --- a/app-laptop/i8kutils/i8kutils-1.25.ebuild +++ b/app-laptop/i8kutils/i8kutils-1.25.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.9 2006/08/09 14:40:46 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/i8kutils/i8kutils-1.25.ebuild,v 1.10 2007/04/21 23:10:58 tester Exp $ @@ -28,11 +28,8 @@ src_install() { docinto examples/ dodoc examples/* - insinto /etc/init.d - newins ${FILESDIR}/i8k.init i8k - fperms 755 /etc/init.d/i8k - insinto /etc/conf.d - newins ${FILESDIR}/i8k.conf i8k + newinitd ${FILESDIR}/i8k.init i8k + newconfd ${FILESDIR}/i8k.conf i8k if use tk then |