diff options
author | 2004-12-20 15:12:58 +0000 | |
---|---|---|
committer | 2004-12-20 15:12:58 +0000 | |
commit | 25a0286530989acf9c1172bc54e2ffc538d2092d (patch) | |
tree | da91eda764ce8d7fd4c181aaeef920e510aec2cb /app-text/dictd | |
parent | Stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-25a0286530989acf9c1172bc54e2ffc538d2092d.tar.gz gentoo-2-25a0286530989acf9c1172bc54e2ffc538d2092d.tar.bz2 gentoo-2-25a0286530989acf9c1172bc54e2ffc538d2092d.zip |
fix installation of conf.d and init.d files for 1.9.14 (#74771)
Diffstat (limited to 'app-text/dictd')
-rw-r--r-- | app-text/dictd/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.9.14.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 3549c8a53dff..c10c2c9820e9 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dictd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.20 2004/09/21 23:48:17 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.21 2004/12/20 15:12:58 liquidx Exp $ + + 20 Dec 2004; Alastair Tse <liquidx@gentoo.org> dictd-1.9.14.ebuild: + fix installation of conf.d and init.d files for 1.9.14 (#74771) *dictd-1.9.14 (22 Sep 2004) diff --git a/app-text/dictd/dictd-1.9.14.ebuild b/app-text/dictd/dictd-1.9.14.ebuild index b764cd59a50d..49c1302d2509 100644 --- a/app-text/dictd/dictd-1.9.14.ebuild +++ b/app-text/dictd/dictd-1.9.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.2 2004/09/21 23:49:40 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.9.14.ebuild,v 1.3 2004/12/20 15:12:58 liquidx Exp $ inherit gnuconfig @@ -44,7 +44,7 @@ src_install() { # startups for dictd exeinto /etc/init.d - newexe ${FILESDIR}/${PVR}/dictd dictd + newexe ${FILESDIR}/1.9.11-r1/dictd dictd insinto /etc/conf.d - newins ${FILESDIR}/${PVR}/dictd.confd dictd + newins ${FILESDIR}/1.9.11-r1/dictd.confd dictd } |