diff options
author | Chuck Short <zul@gentoo.org> | 2004-01-27 00:33:43 +0000 |
---|---|---|
committer | Chuck Short <zul@gentoo.org> | 2004-01-27 00:33:43 +0000 |
commit | a3881e45d2bf09ae153baeb3105ecab00f9b23bd (patch) | |
tree | d81a67bea2905425bff59c278312293747775fed /net-misc/atftp | |
parent | update file-roller dep (diff) | |
download | historical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.tar.gz historical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.tar.bz2 historical-a3881e45d2bf09ae153baeb3105ecab00f9b23bd.zip |
Fixed typo in ebuild, closes #38946.
Diffstat (limited to 'net-misc/atftp')
-rw-r--r-- | net-misc/atftp/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/atftp/Manifest | 6 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6-r3.ebuild | 4 | ||||
-rw-r--r-- | net-misc/atftp/atftp-0.6.2.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/net-misc/atftp/ChangeLog b/net-misc/atftp/ChangeLog index d0d1c050c552..e5749aa0862b 100644 --- a/net-misc/atftp/ChangeLog +++ b/net-misc/atftp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/atftp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/ChangeLog,v 1.9 2003/12/30 22:23:12 zul Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/ChangeLog,v 1.10 2004/01/27 00:33:43 zul Exp $ + + 26 Jan 2004; Chuck Short <zul@gentoo.org> atftp-0.6-r3.ebuild, + atftp-0.6.2.ebuild: + Fix typo in ebuild. closes #38946. 30 Dec 2003; Chuck Short <zul@gentoo.org> atftp-0.6.2.ebuild, files/atftp.confd, files/atftp.init: diff --git a/net-misc/atftp/Manifest b/net-misc/atftp/Manifest index 82b77168b9ef..31c007b10bd4 100644 --- a/net-misc/atftp/Manifest +++ b/net-misc/atftp/Manifest @@ -1,6 +1,6 @@ -MD5 94e14e20e605f9ca1252c8c88bad30ea atftp-0.6-r3.ebuild 986 -MD5 34923235b59838d786f16f4f0f77e985 atftp-0.6.2.ebuild 1029 -MD5 e92b6b3716f37d5799d9d1ec50933451 ChangeLog 1611 +MD5 1e55a4c9361b86f95256091dd045ab2d atftp-0.6-r3.ebuild 983 +MD5 1502a0bc934cc9c8e38c7e7c2237a8c9 atftp-0.6.2.ebuild 1028 +MD5 7551f2ff0488301aa7f6b5d0beb1181a ChangeLog 1737 MD5 6edbe26f81fbd488b6fbffd1bbd27ca9 files/digest-atftp-0.6-r3 61 MD5 f3d1e03f8ce70ea8ed775de7407304f3 files/atftp.init 437 MD5 e14c6bca387e9af7d2734fb9f08a67ee files/digest-atftp-0.6.2 63 diff --git a/net-misc/atftp/atftp-0.6-r3.ebuild b/net-misc/atftp/atftp-0.6-r3.ebuild index caf524a3d6ff..98da8b0612cf 100644 --- a/net-misc/atftp/atftp-0.6-r3.ebuild +++ b/net-misc/atftp/atftp-0.6-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.2 2003/10/31 13:10:49 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6-r3.ebuild,v 1.3 2004/01/27 00:33:43 zul Exp $ inherit eutils diff --git a/net-misc/atftp/atftp-0.6.2.ebuild b/net-misc/atftp/atftp-0.6.2.ebuild index 093429ef5809..656ffc32dbc2 100644 --- a/net-misc/atftp/atftp-0.6.2.ebuild +++ b/net-misc/atftp/atftp-0.6.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.3 2003/12/30 22:23:12 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/atftp/atftp-0.6.2.ebuild,v 1.4 2004/01/27 00:33:43 zul Exp $ inherit eutils @@ -37,6 +37,6 @@ src_install () { newexe ${FILESDIR}/atftp.init atftp insinto /etc/conf.d - newsins ${FILESDIR}/atftp.confd atftp + newexe ${FILESDIR}/atftp.confd atftp } |