summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Short <zul@gentoo.org>2004-01-27 00:33:43 +0000
committerChuck Short <zul@gentoo.org>2004-01-27 00:33:43 +0000
commite50d2417655bd773a1e85ec783666537213b0b34 (patch)
treea0c1866ecc014304bdf0fdd9b7cc209e4fb40ece /net-misc
parentupdate file-roller dep (diff)
downloadgentoo-2-e50d2417655bd773a1e85ec783666537213b0b34.tar.gz
gentoo-2-e50d2417655bd773a1e85ec783666537213b0b34.tar.bz2
gentoo-2-e50d2417655bd773a1e85ec783666537213b0b34.zip
Fixed typo in ebuild, closes #38946.
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/atftp/ChangeLog8
-rw-r--r--net-misc/atftp/atftp-0.6-r3.ebuild4
-rw-r--r--net-misc/atftp/atftp-0.6.2.ebuild6
3 files changed, 11 insertions, 7 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/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
}