diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2007-04-22 09:58:25 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2007-04-22 09:58:25 +0000 |
commit | 472cde350442d7b51a693f495116a124ef3c3bf0 (patch) | |
tree | ae5f7746dcfcdbfa9f581158c6149d23fe1b4d14 /app-i18n/canna/canna-3.7_p2.ebuild | |
parent | Added ~ppc64 (diff) | |
download | gentoo-2-472cde350442d7b51a693f495116a124ef3c3bf0.tar.gz gentoo-2-472cde350442d7b51a693f495116a124ef3c3bf0.tar.bz2 gentoo-2-472cde350442d7b51a693f495116a124ef3c3bf0.zip |
Used newconfd instead of newins /etc/conf.d, bug #174266.
(Portage version: 2.1.2.4)
Diffstat (limited to 'app-i18n/canna/canna-3.7_p2.ebuild')
-rw-r--r-- | app-i18n/canna/canna-3.7_p2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/canna/canna-3.7_p2.ebuild b/app-i18n/canna/canna-3.7_p2.ebuild index a040352db549..3231289712a7 100644 --- a/app-i18n/canna/canna-3.7_p2.ebuild +++ b/app-i18n/canna/canna-3.7_p2.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-i18n/canna/canna-3.7_p2.ebuild,v 1.16 2007/01/05 16:14:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-i18n/canna/canna-3.7_p2.ebuild,v 1.17 2007/04/22 09:58:25 matsuu Exp $ inherit cannadic eutils multilib @@ -93,8 +93,8 @@ src_install() { doins doc/man/guide/tex/canna.{dvi,ps,pdf} fi - exeinto /etc/init.d ; newexe ${FILESDIR}/canna.initd canna || die - insinto /etc/conf.d ; newins ${FILESDIR}/canna.confd canna || die + newinitd ${FILESDIR}/canna.initd canna || die + newconfd ${FILESDIR}/canna.confd canna || die insinto /etc/ ; newins ${FILESDIR}/canna.hosts hosts.canna || die keepdir /var/log/canna/ || die |