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 | 8f2cb479e4024ff14ebf46a0a27eec445e9afc47 (patch) | |
tree | e4003e29b13a81f2999d16cba04185ccd93a99c3 /net-dns/totd/totd-1.5.1.ebuild | |
parent | Fix *initd, *confd and *envd calls (#173884, #174266) (diff) | |
download | gentoo-2-8f2cb479e4024ff14ebf46a0a27eec445e9afc47.tar.gz gentoo-2-8f2cb479e4024ff14ebf46a0a27eec445e9afc47.tar.bz2 gentoo-2-8f2cb479e4024ff14ebf46a0a27eec445e9afc47.zip |
Fix *initd, *confd and *envd calls (#173884, #174266)
(Portage version: 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() { |