diff options
author | 2007-04-28 18:04:36 +0000 | |
---|---|---|
committer | 2007-04-28 18:04:36 +0000 | |
commit | b2bb236bda502c026b4bc68e8d14ef6755a57d28 (patch) | |
tree | 04f88ac402dc2e1a961988087f161e1692ae8bd2 /app-text | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-b2bb236bda502c026b4bc68e8d14ef6755a57d28.tar.gz gentoo-2-b2bb236bda502c026b4bc68e8d14ef6755a57d28.tar.bz2 gentoo-2-b2bb236bda502c026b4bc68e8d14ef6755a57d28.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index 40a084bef740..7ab09f5c5e50 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.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/app-text/dictd/dictd-1.8.0.ebuild,v 1.19 2007/01/05 07:23:52 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.20 2007/04/28 18:04:36 swegener Exp $ DESCRIPTION="Dictionary Client/Server for the DICT protocol" HOMEPAGE="http://www.dict.org/" @@ -52,8 +52,6 @@ src_install() { doins ${FILESDIR}/${PVR}/site.info # startups for dictd - exeinto /etc/init.d - newexe ${FILESDIR}/${PVR}/dictd dictd - insinto /etc/conf.d - newins ${FILESDIR}/${PVR}/dictd.confd dictd + newinitd ${FILESDIR}/${PVR}/dictd dictd + newconfd ${FILESDIR}/${PVR}/dictd.confd dictd } |