From 8deb126f52d1be4bbc155e3e88ea3e7003bc095c Mon Sep 17 00:00:00 2001 From: Sven Wegener Date: Sat, 28 Apr 2007 17:57:07 +0000 Subject: Fix *initd, *confd and *envd calls (#173884, #174266) (Portage version: 2.1.2.5) --- app-pda/plptools/plptools-0.11-r1.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'app-pda/plptools') diff --git a/app-pda/plptools/plptools-0.11-r1.ebuild b/app-pda/plptools/plptools-0.11-r1.ebuild index 3c8ddcf77b03..56fc01be715f 100644 --- a/app-pda/plptools/plptools-0.11-r1.ebuild +++ b/app-pda/plptools/plptools-0.11-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.10 2005/01/01 15:47:04 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/plptools/plptools-0.11-r1.ebuild,v 1.11 2007/04/28 17:57:07 swegener Exp $ DESCRIPTION="Libraries and utilities to communicate with a Psion palmtop via serial." HOMEPAGE="http://plptools.sourceforge.net" @@ -28,9 +28,7 @@ src_install () { dodoc CHANGES README TODO - insinto /etc/conf.d - newins ${FILESDIR}/psion.conf psion + newconfd ${FILESDIR}/psion.conf psion - exeinto /etc/init.d - doexe ${FILESDIR}/psion + doinitd ${FILESDIR}/psion } -- cgit v1.2.3-65-gdbad