diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-05 22:01:57 +0000 |
commit | d57e8cd5234564c17748dd8cc2009b254afb8b5c (patch) | |
tree | 90b32b34467e23ea2c4af62a42850439767cf524 /net-misc/totd/totd-1.3.ebuild | |
parent | LICENSE fix (diff) | |
download | historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.gz historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.tar.bz2 historical-d57e8cd5234564c17748dd8cc2009b254afb8b5c.zip |
whitespace cleanup
Diffstat (limited to 'net-misc/totd/totd-1.3.ebuild')
-rw-r--r-- | net-misc/totd/totd-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/totd/totd-1.3.ebuild b/net-misc/totd/totd-1.3.ebuild index 035f7d1a9698..4f979906ca3c 100644 --- a/net-misc/totd/totd-1.3.ebuild +++ b/net-misc/totd/totd-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/totd/totd-1.3.ebuild,v 1.1 2003/06/25 20:19:39 latexer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/totd/totd-1.3.ebuild,v 1.2 2003/09/05 22:01:49 msterret Exp $ DESCRIPTION="Trick Or Treat Daemon, a DNS proxy for 6to4" HOMEPAGE="http://www.vermicelli.pasta.cs.uit.no/ipv6/software.html" @@ -23,7 +23,7 @@ src_install() { dosbin totd doman totd.8 dodoc totd.conf.sample README INSTALL - + exeinto /etc/init.d doexe ${FILESDIR}/totd } |