diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:57:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:57:07 +0000 |
commit | 8deb126f52d1be4bbc155e3e88ea3e7003bc095c (patch) | |
tree | 2218480be5611c36602aaff992a46d89d4615087 /app-pda/plptools/plptools-0.11-r1.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-8deb126f52d1be4bbc155e3e88ea3e7003bc095c.tar.gz gentoo-2-8deb126f52d1be4bbc155e3e88ea3e7003bc095c.tar.bz2 gentoo-2-8deb126f52d1be4bbc155e3e88ea3e7003bc095c.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-pda/plptools/plptools-0.11-r1.ebuild')
-rw-r--r-- | app-pda/plptools/plptools-0.11-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 } |