summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2007-04-28 17:49:28 +0000
committerSven Wegener <swegener@gentoo.org>2007-04-28 17:49:28 +0000
commit5a9c1d3d98cfa611b57995d418ad99d32552f6ca (patch)
treebb715382765e045089070a22b13e2d22ea08f212 /app-laptop/tpctl/tpctl-4.4-r1.ebuild
parentFix *initd, *confd and *envd calls (#173884, #174266) (diff)
downloadgentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.tar.gz
gentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.tar.bz2
gentoo-2-5a9c1d3d98cfa611b57995d418ad99d32552f6ca.zip
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-laptop/tpctl/tpctl-4.4-r1.ebuild')
-rw-r--r--app-laptop/tpctl/tpctl-4.4-r1.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/app-laptop/tpctl/tpctl-4.4-r1.ebuild b/app-laptop/tpctl/tpctl-4.4-r1.ebuild
index 674fb6c591bb..178a014809be 100644
--- a/app-laptop/tpctl/tpctl-4.4-r1.ebuild
+++ b/app-laptop/tpctl/tpctl-4.4-r1.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/tpctl/tpctl-4.4-r1.ebuild,v 1.5 2006/01/12 00:48:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-laptop/tpctl/tpctl-4.4-r1.ebuild,v 1.6 2007/04/28 17:49:28 swegener Exp $
inherit eutils
@@ -57,8 +57,7 @@ src_install() {
mv apmiser/README README.apmiser
dodoc README.apmiser
dosbin apmiser/apmiser
- exeinto /etc/init.d
- newexe ${FILESDIR}/apmiser.rc apmiser
+ newinitd ${FILESDIR}/apmiser.rc apmiser
fi
doman man/{ntpctl,tpctl}.1 man/apmiser.8
}