diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:22:35 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 17:22:35 +0000 |
commit | d6d1655a6daac65ae6bbd7c02b84976b7b2fcdf1 (patch) | |
tree | af1cdca4003c475c8ba941468f0314505c148097 /net-dns/totd/totd-1.5.1.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | historical-d6d1655a6daac65ae6bbd7c02b84976b7b2fcdf1.tar.gz historical-d6d1655a6daac65ae6bbd7c02b84976b7b2fcdf1.tar.bz2 historical-d6d1655a6daac65ae6bbd7c02b84976b7b2fcdf1.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'net-dns/totd/totd-1.5.1.ebuild')
-rw-r--r-- | net-dns/totd/totd-1.5.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-dns/totd/totd-1.5.1.ebuild b/net-dns/totd/totd-1.5.1.ebuild index 3b308dd7b67a..3d8cbdf650c9 100644 --- a/net-dns/totd/totd-1.5.1.ebuild +++ b/net-dns/totd/totd-1.5.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.1 2005/08/14 07:07:45 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/totd/totd-1.5.1.ebuild,v 1.2 2007/04/28 17:22:35 swegener Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -23,8 +23,7 @@ src_install() { doman totd.8 dodoc totd.conf.sample README INSTALL - exeinto /etc/init.d - doexe ${FILESDIR}/totd + doinitd ${FILESDIR}/totd } pkg_postinst() { |