diff options
author | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:58:08 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2007-04-28 16:58:08 +0000 |
commit | c1badb76fa269157427bbeed48984b4a01aa74ae (patch) | |
tree | 970a1dd314e04c56f1a4db16e0127fc1faf74cd9 /net-misc/ndtpd | |
parent | Fix *initd, *confd and *envd calls (#17388, #174266) (diff) | |
download | gentoo-2-c1badb76fa269157427bbeed48984b4a01aa74ae.tar.gz gentoo-2-c1badb76fa269157427bbeed48984b4a01aa74ae.tar.bz2 gentoo-2-c1badb76fa269157427bbeed48984b4a01aa74ae.zip |
Fix *initd, *confd and *envd calls (#17388, #174266)
(Portage version: 2.1.2.5)
Diffstat (limited to 'net-misc/ndtpd')
-rw-r--r-- | net-misc/ndtpd/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/ndtpd/ndtpd-3.1.5.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-misc/ndtpd/ChangeLog b/net-misc/ndtpd/ChangeLog index 05b527520c4a..2990c05bd33f 100644 --- a/net-misc/ndtpd/ChangeLog +++ b/net-misc/ndtpd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/ndtpd # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.12 2007/02/09 04:48:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ChangeLog,v 1.13 2007/04/28 16:58:08 swegener Exp $ + + 28 Apr 2007; Sven Wegener <swegener@gentoo.org> ndtpd-3.1.5.ebuild: + Fix *initd, *confd and *envd calls (#17388, #174266) 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-misc/ndtpd/ndtpd-3.1.5.ebuild b/net-misc/ndtpd/ndtpd-3.1.5.ebuild index 740f4062a589..a0aec119b2e6 100644 --- a/net-misc/ndtpd/ndtpd-3.1.5.ebuild +++ b/net-misc/ndtpd/ndtpd-3.1.5.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-misc/ndtpd/ndtpd-3.1.5.ebuild,v 1.11 2005/10/02 14:49:06 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ndtpd/ndtpd-3.1.5.ebuild,v 1.12 2007/04/28 16:58:08 swegener Exp $ inherit eutils @@ -53,8 +53,7 @@ src_install() { doins ${T}/services fi - exeinto /etc/init.d - newexe ${FILESDIR}/ndtpd.initd ndtpd + newinitd ${FILESDIR}/ndtpd.initd ndtpd insinto /etc newins ndtpd.conf{.sample,} |